View Youtube™ Thumbnail

Right click on a Youtube™ thumbnail to open it in its full size.

ما هو View Youtube™ Thumbnail؟

View Youtube™ Thumbnail هو إضافة Chrome تم تطويرها بواسطة Daniel Bingham، والميزة الرئيسية لها هي "Right click on a Youtube™ thumbnail to open it in its full size.".

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

screenshot

تحميل ملف CRX للإضافة View Youtube™ Thumbnail

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

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

                        This opens a YouTube™ thumbnail in its maximum resolution by right clicking on it.                    

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

الاسم View Youtube™ Thumbnail View Youtube™ Thumbnail
ID ifeljkoeopnppmdlaofbgepbghddigpf
عنوان URL الرسمي https://chromewebstore.google.com/detail/view-youtube-thumbnail/ifeljkoeopnppmdlaofbgepbghddigpf
الوصف Right click on a Youtube™ thumbnail to open it in its full size.
حجم الملف 8.07 KB
عدد التثبيتات 4,201
النسخة الحالية 1.2
آخر تحديث 2018-03-30
تاريخ النشر 2018-03-29
تقييم 4.19/5 مجموع تقييمات 21
المطور Daniel Bingham
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "View Youtube\u2122 Thumbnail",
    "version": "1.2",
    "description": "Right click on a Youtube\u2122 thumbnail to open it in its full size.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "page_action": {
        "default_icon": "icon16.png",
        "default_title": "YT Thumbnail"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "https:\/\/www.youtube.com\/*"
    ]
}