Youtube Tumbnail Downloader

Youtube Tumbnail Downloader

Cos'è Youtube Tumbnail Downloader?

Youtube Tumbnail Downloader è un'estensione di Chrome sviluppata da Yohan Rathnayaka, e la sua funzione principale è "Youtube Tumbnail Downloader".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Youtube Tumbnail Downloader

Scarica i file di estensione Youtube Tumbnail Downloader 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

                        Easy way to download YouTube video thumbnail

How to use this extension watch video:- https://youtu.be/CO8SY_zsBVw

download YouTube thumbnail tool,
download YouTube thumbnail extension                    

Informazioni di Base sull'Estensione

Nome Youtube Tumbnail Downloader Youtube Tumbnail Downloader
ID mccdpjiablhggjkbmjholdcfnpopnfkg
URL Ufficiale https://chrome.google.com/webstore/detail/youtube-tumbnail-download/mccdpjiablhggjkbmjholdcfnpopnfkg
Descrizione Youtube Tumbnail Downloader
Dimensione del File 163 KB
Conteggio Installazioni 102
Versione Corrente 1.0
Ultimo Aggiornamento 2021-02-23
Data di Pubblicazione 2021-02-23
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Yohan Rathnayaka
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Tumbnail Downloader",
    "description": "Youtube Tumbnail Downloader",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "120": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}