Youtube Tumbnail Downloader

Youtube Tumbnail Downloader

Qu'est-ce que Youtube Tumbnail Downloader ?

Youtube Tumbnail Downloader est une extension Chrome développée par Yohan Rathnayaka, et sa fonction principale est "Youtube Tumbnail Downloader".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension Youtube Tumbnail 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

                        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                    

Informations de Base sur l'Extension

Nom Youtube Tumbnail Downloader Youtube Tumbnail Downloader
ID mccdpjiablhggjkbmjholdcfnpopnfkg
URL Officiel https://chrome.google.com/webstore/detail/youtube-tumbnail-download/mccdpjiablhggjkbmjholdcfnpopnfkg
Description Youtube Tumbnail Downloader
Taille du Fichier 163 KB
Nombre d'Installations 102
Version Actuelle 1.0
Dernière Mise à Jour 2021-02-23
Date de Publication 2021-02-23
Évaluation 5.00/5 Total 1 Évaluations
Développeur Yohan Rathnayaka
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}