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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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