YT Thumbnail Downloader

Download thumbnail images of youtube videos

ما هو YT Thumbnail Downloader؟

YT Thumbnail Downloader هو إضافة Chrome تم تطويرها بواسطة Rovalty، والميزة الرئيسية لها هي "Download thumbnail images of youtube videos".

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

screenshot
screenshot

تحميل ملف CRX للإضافة YT Thumbnail Downloader

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

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

                        YT Thumbnail Downloader is simple tool which will help you to download thumbnail images of any youtube video.
Download free youtube videos thumbnail image in Full HD(1080), HD (720), SD, and also in small size. 
it's currently supported formats: YouTube (HD, HQ, 1080p, 4K)

you can easily download your video-thumbnails. 
Just open any youtube video > click on Download Thumbnail button from extension > Done! Your thumbnails will be ready for saving.

Privacy policy: https://www.saxsos.xyz/p/policy-privacy-policy.html                    

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

الاسم YT Thumbnail Downloader YT Thumbnail Downloader
ID akfikgmhbajiaekdbgchbmhkceclncda
عنوان URL الرسمي https://chromewebstore.google.com/detail/yt-thumbnail-downloader/akfikgmhbajiaekdbgchbmhkceclncda
الوصف Download thumbnail images of youtube videos
حجم الملف 58.71 KB
عدد التثبيتات 2,404
النسخة الحالية 3.5.4
آخر تحديث 2020-05-09
تاريخ النشر 2020-05-09
تقييم 3.97/5 مجموع تقييمات 30
المطور Rovalty
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.saxsos.xyz/
عنوان صفحة المساعدة https://www.saxsos.xyz/p/contact-us.html
عنوان صفحة سياسة الخصوصية https://www.saxsos.xyz/p/policy-privacy-policy.html
اللغات المدعومة en-US
manifest.json
{
    "name": "YT Thumbnail Downloader",
    "description": "Download thumbnail images of youtube videos",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.5.4",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "name": "YT Thumbnail Downloader",
        "default_popup": "popup.html",
        "default_icon": {
            "128": "img\/128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery.js",
                "download.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "web_accessible_resources": [
        "*.png",
        "*.PNG",
        "*.JPG"
    ],
    "permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "manifest_version": 2
}