YouTube Watch Thumbnails

Display a thumbnail of the video next to the channel icon on the YouTube video playback page.

ما هو YouTube Watch Thumbnails؟

YouTube Watch Thumbnails هو إضافة Chrome تم تطويرها بواسطة mosunset، والميزة الرئيسية لها هي "Display a thumbnail of the video next to the channel icon on the YouTube video playback page.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة YouTube Watch Thumbnails

قم بتنزيل ملفات الامتداد YouTube Watch Thumbnails بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Click once on the extension icon and the thumbnail image hops up.

Clicking on an image opens the largest thumbnail image in a new tab.                    

معلومات أساسية عن التمديد

الاسم YouTube Watch Thumbnails YouTube Watch Thumbnails
ID aobeafpjgdgakpagffmlkfeognaiigci
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-watch-thumbnails/aobeafpjgdgakpagffmlkfeognaiigci
الوصف Display a thumbnail of the video next to the channel icon on the YouTube video playback page.
حجم الملف 113 KB
عدد التثبيتات 4,804
النسخة الحالية 3.3.1
آخر تحديث 2023-09-02
تاريخ النشر 2022-09-13
تقييم 5.00/5 مجموع تقييمات 7
المطور mosunset
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة id,en,fr,es,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_Name__",
    "description": "__MSG_Description__",
    "version": "3.3.1",
    "default_locale": "en",
    "icons": {
        "512": "img\/yicon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/yicon.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/jquery-3.6.0.min.js",
                "js\/ycontent_script.js"
            ],
            "css": [
                "css\/ycontent_script.css"
            ],
            "all_frames": true
        }
    ]
}