YT Thumbnail Downloader

Save YT Thumbnail in all Quality

Cos'è YT Thumbnail Downloader?

YT Thumbnail Downloader è un'estensione di Chrome sviluppata da https://y2saver.com, e la sua funzione principale è "Save YT Thumbnail in all Quality".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione YT Thumbnail Downloader

Scarica i file di estensione YT Thumbnail 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

                        Save Thumbnail images of YT videos

YT Thumbnail Downloader is simple tool which will help you to download thumbnail images of any youtube video.
Download free YT videos thumbnail image in Full HD(1080), HD (720), SD, and also in small size. 
it's currently supported formats: YouTube (HD, HQ, 1080p, 4K)

you can easily download your video-thumbnails. 
Just open any youtube video > click on Download Thumbnail button from extension > Done! Your thumbnails will be ready for saving.

Privacy policy: https://y2saver.com/privacy-policy.html                    

Informazioni di Base sull'Estensione

Nome YT Thumbnail Downloader YT Thumbnail Downloader
ID ejnoellmghodpjfhceijpokgkflmcpgj
URL Ufficiale https://chromewebstore.google.com/detail/yt-thumbnail-downloader/ejnoellmghodpjfhceijpokgkflmcpgj
Descrizione Save YT Thumbnail in all Quality
Dimensione del File 44.42 KB
Conteggio Installazioni 349
Versione Corrente 1
Ultimo Aggiornamento 2021-09-29
Data di Pubblicazione 2021-09-29
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore https://y2saver.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://y2saver.com
URL della Pagina di Aiuto https://y2saver.com/contact.html
URL della Pagina della Politica sulla Privacy https://y2saver.com/privacy-policy.html
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "mains.png"
        },
        "default_popup": "popup.html",
        "name": "YT Thumbnail Downloader"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "download.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Save YT Thumbnail  in all Quality",
    "icons": {
        "128": "mains.png",
        "16": "mains.png",
        "48": "mains.png"
    },
    "manifest_version": 2,
    "name": "YT Thumbnail Downloader",
    "permissions": [
        "tabs",
        "*:\/\/*.youtube.com\/*"
    ],
    "version": "1",
    "web_accessible_resources": [
        "*.png",
        "*.PNG"
    ]
}