YouTube Deleted Videos: Track and Restore

Track, identify, restore, and find alternatives for deleted YouTube videos

YouTube Deleted Videos: Track and Restore란 무엇입니까?

YouTube Deleted Videos: Track and Restore은(는) Dave Kjell Marong에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track, identify, restore, and find alternatives for deleted YouTube videos"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

YouTube Deleted Videos: Track and Restore 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Never lose a video again! Introducing our powerful Chrome extension designed specifically for YouTube users. Have you ever experienced the frustration of discovering that videos in your carefully curated playlist have been deleted? Don't worry, we have the solution!

Key Features:

 - Automatically track and sync 1 playlist
 - Easily identify deleted videos
 - Access up to 20 recent playlist backups for easy restoration
 - Find alternative versions of deleted videos with a single click

With our extension, effortlessly track and sync your favourite YouTube playlist. Simply save the playlist in our user-friendly interface, and the extension will automatically monitor it for any deleted videos. When a video is deleted, the extension saves the video title, allowing you to quickly identify the missing content.

Here's the best part: When you click on a deleted video title, our extension opens a new tab in your browser, taking you directly to YouTube. In this new tab, the title of the deleted video has already been searched for, providing you with a convenient list of alternative versions and related results. No more wasting time searching for replacements!

Additionally, our app keeps track of your 20 most recent playlist updates, allowing you to restore previous versions effortlessly. Visit the "Backups" page/tab within the extension.

Don't let deleted videos disrupt your YouTube experience. Download our extension now and enjoy the peace of mind knowing that your playlist is always up to date!

PS: At this point, it's essential to note that the extension currently supports up to 200 videos for the playlist. However, a bigger capacity is possible in the future based on user feedback. Your input is invaluable as we work towards delivering an even more robust solution.                    

확장 프로그램 기본 정보

이름 YouTube Deleted Videos: Track and Restore YouTube Deleted Videos: Track and Restore
ID nnmnfooidppdikklofabhimjllemfgje
공식 URL https://chromewebstore.google.com/detail/youtube-deleted-videos-tr/nnmnfooidppdikklofabhimjllemfgje
설명 Track, identify, restore, and find alternatives for deleted YouTube videos
파일 크기 168 KB
설치 횟수 3,000
현재 버전 2.2.6
최근 업데이트 2024-01-18
출시 날짜 2022-06-02
평점 1.89/5 총 9 개의 평점
개발자 Dave Kjell Marong
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://davekjellmarong.com/
개인정보 보호 정책 페이지 URL https://davekjellmarong.com/privacy-policy-youtube-deleted-videos-track-and-restore
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Deleted Videos: Track and Restore",
    "description": "Track, identify, restore, and find alternatives for deleted YouTube videos",
    "version": "2.2.6",
    "manifest_version": 3,
    "background": {
        "service_worker": ".\/background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "background",
        "webNavigation",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": ".\/images\/logoBig.png",
            "32": ".\/images\/logoBig.png",
            "48": ".\/images\/logoBig.png",
            "128": ".\/images\/logoBig.png"
        }
    },
    "icons": {
        "16": ".\/images\/logoBig.png",
        "32": ".\/images\/logoBig.png",
        "48": ".\/images\/logoBig.png",
        "128": ".\/images\/logoBig.png"
    }
}