NessDan's YouTube Thumbnail Downloader

Download YouTube video thumbnails

Qu'est-ce que NessDan's YouTube Thumbnail Downloader ?

NessDan's YouTube Thumbnail Downloader est une extension Chrome développée par daniel.kaspo, et sa fonction principale est "Download YouTube video thumbnails".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension NessDan's YouTube Thumbnail Downloader

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

                        Download YouTube Thumbnails quickly and easily!

* Just right-click any YouTube page or link!
* No annoying ads!
* No weird permissions required!
* Simple!                    

Informations de Base sur l'Extension

Nom NessDan's YouTube Thumbnail Downloader NessDan's YouTube Thumbnail Downloader
ID plngolgielfjikccimmlciadbccpenom
URL Officiel https://chromewebstore.google.com/detail/nessdans-youtube-thumbnai/plngolgielfjikccimmlciadbccpenom
Description Download YouTube video thumbnails
Taille du Fichier 8.53 KB
Nombre d'Installations 54
Version Actuelle 1.3
Dernière Mise à Jour 2023-09-26
Date de Publication 2023-09-14
Évaluation 5.00/5 Total 2 Évaluations
Développeur daniel.kaspo
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NessDan's YouTube Thumbnail Downloader",
    "version": "1.3",
    "description": "Download YouTube video thumbnails",
    "permissions": [
        "activeTab",
        "contextMenus",
        "downloads"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "host_permissions": [
        "https:\/\/img.youtube.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        }
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}