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」です。
拡張機能のスクリーンショット
YouTube Deleted Videos: Track and Restore拡張機能のCRXファイルをダウンロード
YouTube Deleted Videos: Track and Restore拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" } } |