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
官方網址 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"
    }
}