youtube thumbnails getter
chrome extension to get youtube thumbnails
Cos'è youtube thumbnails getter?
youtube thumbnails getter è un'estensione di Chrome sviluppata da giasorairo, e la sua funzione principale è "chrome extension to get youtube thumbnails".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione youtube thumbnails getter
Scarica i file di estensione youtube thumbnails getter 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
Displays the thumbnail of the youtube video you are watching 显示你正在观看的 YouTube 视频的缩略图 Отображение миниатюры просматриваемого видео на youtube 鑑賞中の youtube の動画のサムネイルを表示します
Informazioni di Base sull'Estensione
Nome | youtube thumbnails getter |
ID | ghhbhfmihfneeonmbchmkfpdcnmolfgo |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-thumbnails-getter/ghhbhfmihfneeonmbchmkfpdcnmolfgo |
Descrizione | chrome extension to get youtube thumbnails |
Dimensione del File | 9.18 KB |
Conteggio Installazioni | 125 |
Versione Corrente | 1.2.0 |
Ultimo Aggiornamento | 2023-12-18 |
Data di Pubblicazione | 2022-02-01 |
Valutazione | 4.00/5 Totale 1 Valutazioni |
Sviluppatore | giasorairo |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "youtube thumbnails getter", "author": "gia_sorairo", "version": "1.2.0", "manifest_version": 3, "description": "chrome extension to get youtube thumbnails", "permissions": [ "tabs" ], "action": { "default_popup": "popup-dialog.html" }, "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "host_permissions": [ "*:\/\/*\/*" ] } |