Youtube Thumbnail Downloader

View and Download Youtube thumbnail in different quality

Qu'est-ce que Youtube Thumbnail Downloader ?

Youtube Thumbnail Downloader est une extension Chrome développée par https://youtubethumbnaildownload.com, et sa fonction principale est "View and Download Youtube thumbnail in different quality".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Youtube Thumbnail Downloader

Téléchargez les fichiers d'extension Youtube Thumbnail Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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 ⬇️.                    

Informations de Base sur l'Extension

Nom Youtube Thumbnail Downloader Youtube Thumbnail Downloader
ID dcgmploloagofmkocbkadnldikeehfpl
URL Officiel https://chromewebstore.google.com/detail/youtube-thumbnail-downloa/dcgmploloagofmkocbkadnldikeehfpl
Description View and Download Youtube thumbnail in different quality
Taille du Fichier 41.73 KB
Nombre d'Installations 751
Version Actuelle 1
Dernière Mise à Jour 2022-05-14
Date de Publication 2022-05-14
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://youtubethumbnaildownload.com
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://youtubethumbnaildownload.com
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}