Thumbnail for YouTube™
HD quality thumbnail download in one click
Cos'è Thumbnail for YouTube™?
Thumbnail for YouTube™ è un'estensione di Chrome sviluppata da https://www.downloadhub.cloud, e la sua funzione principale è "HD quality thumbnail download in one click".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Thumbnail for YouTube™
Scarica i file di estensione Thumbnail for YouTube™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A Thumbnail for YouTube extension is a type of browser extension that allows you to download YouTube video thumbnail directly from your web browser. Features + Quick and easy thumbnail download. + High-resolution[HD] thumbnail downloads. + The extension is designed to be easy to use. + Designed to be safe and secure.
Informazioni di Base sull'Estensione
Nome | Thumbnail for YouTube™ |
ID | difehmghcobmljnefhgedfcjgpmpgmop |
URL Ufficiale | https://chromewebstore.google.com/detail/thumbnail-for-youtube/difehmghcobmljnefhgedfcjgpmpgmop |
Descrizione | HD quality thumbnail download in one click |
Dimensione del File | 55.98 KB |
Conteggio Installazioni | 68 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2023-02-24 |
Data di Pubblicazione | 2023-02-24 |
Sviluppatore | https://www.downloadhub.cloud |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://www.downloadhub.cloud/2023/02/thumbnail.html |
URL della Pagina della Politica sulla Privacy | https://www.downloadhub.cloud/p/privacy-policy.html |
Lingue Supportate | en,es,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": { "128": "data\/icons\/icon-128-d.png", "32": "data\/icons\/icon-32-d.png", "64": "data\/icons\/icon-64-d.png", "38": "data\/icons\/icon-38-d.png" }, "default_popup": "data\/interface\/index.html?popup", "default_title": "__MSG_extensionName__" }, "background": { "service_worker": "background.js" }, "default_locale": "en", "description": "__MSG_extensionDescription__", "host_permissions": [ "*:\/\/*.youtube.com\/*" ], "homepage_url": "https:\/\/www.downloadhub.cloud\/2023\/02\/thumbnail.html", "icons": { "128": "data\/icons\/icon-128.png", "32": "data\/icons\/icon-32.png", "64": "data\/icons\/icon-64.png", "38": "data\/icons\/icon-38.png" }, "manifest_version": 3, "name": "__MSG_extensionName__", "permissions": [ "contextMenus", "storage", "scripting", "tabs" ], "short_name": "__MSG_extensionShortName__", "version": "1.0.1" } |