Youtube Thumbnail Downloader
View and Download Youtube thumbnail in different quality
什麼是Youtube Thumbnail Downloader?
Youtube Thumbnail Downloader是由https://youtubethumbnaildownload.com開發的Chrome擴展程式,該擴展的主要功能是“View and Download Youtube thumbnail in different quality”。
擴展截圖
下載Youtube Thumbnail Downloader擴展crx文件
下載Youtube Thumbnail Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
YouTube Thumbnail Downloader is a free online tools 🔧 that help you view images quickly in 5 different quality and download youtube thumbnail in 1 single click. It will redirect you to our site where you can get thumbnail preview and download option. It currently support thumbnail in Full HD (1280 x 720), Standard (640 x 480), Medium (480 x 360), Normal (340 x 180), Small (120 x 90). Just on clicking download thumbnail buttom you can save thumbnail to your device from maximum resolution to small. Why you should use YouTube Thumbnail Downloader ? 1. 🎈 Fastest Preview of thumbnail in 5 different quality. 2. ✨ Easy downloading thumbnail in 1 Single Click. 3. 💨 Fastest loading speed light weight experience and Clean UI. 4. You can download unlimited thumbnail with no restriction. 5. 💯 % AD free. 6. No Downtime ⬇️.
擴展基本資訊
名稱 | Youtube Thumbnail Downloader |
ID | dcgmploloagofmkocbkadnldikeehfpl |
官方網址 | https://chromewebstore.google.com/detail/youtube-thumbnail-downloa/dcgmploloagofmkocbkadnldikeehfpl |
簡介 | View and Download Youtube thumbnail in different quality |
檔案大小 | 41.73 KB |
安裝次數 | 751 |
目前版本 | 1 |
更新時間 | 2022-05-14 |
上架時間 | 2022-05-14 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://youtubethumbnaildownload.com |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://youtubethumbnaildownload.com |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "mains.png" }, "default_popup": "popup.html", "name": "Youtube Thumbnail Downloader" }, "content_scripts": [ { "js": [ "jquery.js", "download.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ], "run_at": "document_end" } ], "description": "View and Download Youtube thumbnail in different quality", "icons": { "128": "mains.png", "16": "mains.png", "48": "mains.png" }, "manifest_version": 3, "name": "Youtube Thumbnail Downloader", "permissions": [ "tabs", "scripting" ], "host_permissions": [ "https:\/\/*.youtube.com\/" ], "version": "1", "web_accessible_resources": [ { "resources": [ "*.png", "*.PNG" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ] } |