Youtube Tumbnail Downloader

Youtube Tumbnail Downloader

ما هو Youtube Tumbnail Downloader؟

Youtube Tumbnail Downloader هو إضافة Chrome تم تطويرها بواسطة Yohan Rathnayaka، والميزة الرئيسية لها هي "Youtube Tumbnail Downloader".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Youtube Tumbnail Downloader

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

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

                        Easy way to download YouTube video thumbnail

How to use this extension watch video:- https://youtu.be/CO8SY_zsBVw

download YouTube thumbnail tool,
download YouTube thumbnail extension                    

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

الاسم Youtube Tumbnail Downloader Youtube Tumbnail Downloader
ID mccdpjiablhggjkbmjholdcfnpopnfkg
عنوان URL الرسمي https://chrome.google.com/webstore/detail/youtube-tumbnail-download/mccdpjiablhggjkbmjholdcfnpopnfkg
الوصف Youtube Tumbnail Downloader
حجم الملف 163 KB
عدد التثبيتات 102
النسخة الحالية 1.0
آخر تحديث 2021-02-23
تاريخ النشر 2021-02-23
تقييم 5.00/5 مجموع تقييمات 1
المطور Yohan Rathnayaka
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Tumbnail Downloader",
    "description": "Youtube Tumbnail Downloader",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "120": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}