YouTube Deleted Videos: Track and Restore
Track, identify, restore, and find alternatives for deleted YouTube videos
What is YouTube Deleted Videos: Track and Restore?
YouTube Deleted Videos: Track and Restore is a Chrome extension developed by Dave Kjell Marong, and its main feature is "Track, identify, restore, and find alternatives for deleted YouTube videos".
Extension Screenshots
Download YouTube Deleted Videos: Track and Restore Extension CRX File
Download YouTube Deleted Videos: Track and Restore extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | YouTube Deleted Videos: Track and Restore |
ID | nnmnfooidppdikklofabhimjllemfgje |
Official URL | https://chromewebstore.google.com/detail/youtube-deleted-videos-tr/nnmnfooidppdikklofabhimjllemfgje |
Description | Track, identify, restore, and find alternatives for deleted YouTube videos |
File Size | 168 KB |
Installation Count | 3,000 |
Current Version | 2.2.6 |
Last Updated | 2024-01-18 |
Publish Date | 2022-06-02 |
Rating | 1.89/5 Total 9 Ratings |
Developer | Dave Kjell Marong |
[email protected] | |
Payment Type | free |
Extension Website | https://davekjellmarong.com/ |
Privacy Policy Page URL | https://davekjellmarong.com/privacy-policy-youtube-deleted-videos-track-and-restore |
Supported Languages | 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" } } |