YouTube Deleted Videos: Track and Restore

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

O que é YouTube Deleted Videos: Track and Restore?

YouTube Deleted Videos: Track and Restore é uma extensão do Chrome desenvolvida por Dave Kjell Marong, e sua principal característica é "Track, identify, restore, and find alternatives for deleted YouTube videos".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão YouTube Deleted Videos: Track and Restore

Baixe arquivos de extensão YouTube Deleted Videos: Track and Restore no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome YouTube Deleted Videos: Track and Restore YouTube Deleted Videos: Track and Restore
ID nnmnfooidppdikklofabhimjllemfgje
URL Oficial https://chromewebstore.google.com/detail/youtube-deleted-videos-tr/nnmnfooidppdikklofabhimjllemfgje
Descrição Track, identify, restore, and find alternatives for deleted YouTube videos
Tamanho do Arquivo 168 KB
Contagem de Instalações 3,000
Versão Atual 2.2.6
Última Atualização 2024-01-18
Data de Publicação 2022-06-02
Classificação 1.89/5 Total de 9 Avaliações
Desenvolvedor Dave Kjell Marong
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://davekjellmarong.com/
URL da Página de Política de Privacidade https://davekjellmarong.com/privacy-policy-youtube-deleted-videos-track-and-restore
Idiomas Suportados 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"
    }
}