View YouTube Thumbnail Simply

View YouTube video thumbnail simply.

ما هو View YouTube Thumbnail Simply؟

View YouTube Thumbnail Simply هو إضافة Chrome تم تطويرها بواسطة Daigoro560، والميزة الرئيسية لها هي "View YouTube video thumbnail simply.".

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

screenshot

تحميل ملف CRX للإضافة View YouTube Thumbnail Simply

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

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

                        View YouTube video thumbnail. and, function to copy description.                    

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

الاسم View YouTube Thumbnail Simply View YouTube Thumbnail Simply
ID fbaeeibkokcbfkpmjbpplckclakpcefd
عنوان URL الرسمي https://chromewebstore.google.com/detail/view-youtube-thumbnail-si/fbaeeibkokcbfkpmjbpplckclakpcefd
الوصف View YouTube video thumbnail simply.
حجم الملف 10.13 KB
عدد التثبيتات 28
النسخة الحالية 1.0.14
آخر تحديث 2023-12-17
تاريخ النشر 2021-09-12
المطور Daigoro560
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "version": "1.0.14",
    "default_locale": "en",
    "description": "__MSG_desc__",
    "icons": {
        "48": "icons\/48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "js\/ytthumb.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/thumbnail.png",
        "img\/description.png",
        "img\/json.png"
    ],
    "options_ui": {
        "page": "html\/options.html"
    },
    "permissions": [
        "storage"
    ]
}