Download thumbnail images of youtube/vimeo

Download thumbnail images of youtube/vimeo

Qu'est-ce que Download thumbnail images of youtube/vimeo ?

Download thumbnail images of youtube/vimeo est une extension Chrome développée par http://youtube-thumbnail-grabber.com, et sa fonction principale est "Download thumbnail images of youtube/vimeo".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Download thumbnail images of youtube/vimeo

Téléchargez les fichiers d'extension Download thumbnail images of youtube/vimeo 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

                        ** Please note that this is not a youtube video downloader**

Download thumbnails image of youtube, vimeo sites.

Just head towards the youtube.com video you need to download thumbnail the thumbnail image. click on the extension, then click download to save the thumbnail image or click in the download thumbnail button below the video to download the images                    

Informations de Base sur l'Extension

Nom Download thumbnail images of youtube/vimeo Download thumbnail images of youtube/vimeo
ID gcdfmaggdilgcopoipaglabdejakibdf
URL Officiel https://chrome.google.com/webstore/detail/download-thumbnail-images/gcdfmaggdilgcopoipaglabdejakibdf
Description Download thumbnail images of youtube/vimeo
Taille du Fichier 49.08 KB
Nombre d'Installations 10,000
Version Actuelle 6.4.1
Dernière Mise à Jour 2020-05-09
Date de Publication 2020-05-09
Évaluation 4.31/5 Total 531 Évaluations
Développeur http://youtube-thumbnail-grabber.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.youtube-thumbnail-grabber.com
Langues Prises en Charge en-US
manifest.json
{
    "name": "Download thumbnail images of youtube\/vimeo",
    "description": "Download thumbnail images of youtube\/vimeo",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "6.4.1",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "name": "Save youtube,vimeo thumbnail image",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "1.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery.js",
                "download.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "1.png",
        "48": "2.png",
        "128": "3.png"
    },
    "web_accessible_resources": [
        "*.png",
        "*.PNG"
    ],
    "permissions": [
        "tabs",
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.vimeo.com\/*"
    ],
    "manifest_version": 2
}