Where's My Video

One of the videos is missing from your Youtube playlist? You'll never figure out. With this extension, you can find the missing…

Qu'est-ce que Where's My Video ?

Where's My Video est une extension Chrome développée par Dogkiller87, et sa fonction principale est "One of the videos is missing from your Youtube playlist? You'll never figure out. With this extension, you can find the missing…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Where's My Video

Téléchargez les fichiers d'extension Where's My Video au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        One of the videos is missing from your Youtube playlist? You'll never figure out.

With this extension, you can find the missing videos' info, and most times includes the videos' names and thumbnails!
The URLs of those videos are still stored in the playlist when they got removed, that's why this extension can help you find them.

Many websites are crawling Youtube's public videos all the time. With Google, vid value (from the URL) and those crawling websites, Boom! Now you know which missing video is gone!

Note: Youtube might remove deleted videos from your playlist after a few weeks/months, till then this extension won't work anymore!                    

Informations de Base sur l'Extension

Nom Where's My Video Where's My Video
ID mnjnjkeobieedmmaindifdaaamnndboo
URL Officiel https://chromewebstore.google.com/detail/wheres-my-video/mnjnjkeobieedmmaindifdaaamnndboo
Description One of the videos is missing from your Youtube playlist? You'll never figure out. With this extension, you can find the missing…
Taille du Fichier 9.61 KB
Nombre d'Installations 486
Version Actuelle 0.1
Dernière Mise à Jour 2020-03-31
Date de Publication 2020-03-25
Évaluation 3.50/5 Total 2 Évaluations
Développeur Dogkiller87
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Where's My Video",
    "version": "0.1",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "icon_128.png"
    },
    "icons": {
        "128": "icon_128.png"
    }
}