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…

Τι είναι το Where's My Video;

Το Where's My Video είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Dogkiller87, και η κύρια λειτουργία του είναι "One of the videos is missing from your Youtube playlist? You'll never figure out. With this extension, you can find the missing…".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Where's My Video

Λήψη αρχείων επέκτασης Where's My Video σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Where's My Video Where's My Video
ID mnjnjkeobieedmmaindifdaaamnndboo
Επίσημο URL https://chromewebstore.google.com/detail/wheres-my-video/mnjnjkeobieedmmaindifdaaamnndboo
Περιγραφή One of the videos is missing from your Youtube playlist? You'll never figure out. With this extension, you can find the missing…
Μέγεθος Αρχείου 9.61 KB
Αριθμός Εγκαταστάσεων 486
Τρέχουσα Έκδοση 0.1
Τελευταία Ενημέρωση 2020-03-31
Ημερομηνία Δημοσίευσης 2020-03-25
Αξιολόγηση 3.50/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Dogkiller87
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}