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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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