NessDan's YouTube Thumbnail Downloader
Download YouTube video thumbnails
ما هو NessDan's YouTube Thumbnail Downloader؟
NessDan's YouTube Thumbnail Downloader هو إضافة Chrome تم تطويرها بواسطة daniel.kaspo، والميزة الرئيسية لها هي "Download YouTube video thumbnails".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة NessDan's YouTube Thumbnail Downloader
قم بتنزيل ملفات الامتداد NessDan's YouTube Thumbnail Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Download YouTube Thumbnails quickly and easily! * Just right-click any YouTube page or link! * No annoying ads! * No weird permissions required! * Simple!
معلومات أساسية عن التمديد
الاسم | NessDan's YouTube Thumbnail Downloader |
ID | plngolgielfjikccimmlciadbccpenom |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/nessdans-youtube-thumbnai/plngolgielfjikccimmlciadbccpenom |
الوصف | Download YouTube video thumbnails |
حجم الملف | 8.53 KB |
عدد التثبيتات | 54 |
النسخة الحالية | 1.3 |
آخر تحديث | 2023-09-26 |
تاريخ النشر | 2023-09-14 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | daniel.kaspo |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NessDan's YouTube Thumbnail Downloader", "version": "1.3", "description": "Download YouTube video thumbnails", "permissions": [ "activeTab", "contextMenus", "downloads" ], "background": { "service_worker": "background.js", "type": "module" }, "host_permissions": [ "https:\/\/img.youtube.com\/*" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |