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はDogkiller87によって開発されたChromeの拡張機能で、その主な機能は「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

Where's My Video拡張機能のCRXファイルをダウンロード

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"
    }
}