Download thumbnail images of youtube/vimeo

Download thumbnail images of youtube/vimeo

Was ist Download thumbnail images of youtube/vimeo?

Download thumbnail images of youtube/vimeo ist eine Chrome-Erweiterung, die von http://youtube-thumbnail-grabber.com entwickelt wurde, und ihr Hauptmerkmal ist "Download thumbnail images of youtube/vimeo".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Download thumbnail images of youtube/vimeo-Erweiterungs-CRX-Datei herunterladen

Laden Sie Download thumbnail images of youtube/vimeo-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        ** 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                    

Grundlegende Informationen zur Erweiterung

Name Download thumbnail images of youtube/vimeo Download thumbnail images of youtube/vimeo
ID gcdfmaggdilgcopoipaglabdejakibdf
Offizielle URL https://chrome.google.com/webstore/detail/download-thumbnail-images/gcdfmaggdilgcopoipaglabdejakibdf
Beschreibung Download thumbnail images of youtube/vimeo
Dateigröße 49.08 KB
Installationsanzahl 10,000
Aktuelle Version 6.4.1
Letztes Update 2020-05-09
Veröffentlichungsdatum 2020-05-09
Bewertung 4.31/5 Insgesamt 531 Bewertungen
Entwickler http://youtube-thumbnail-grabber.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.youtube-thumbnail-grabber.com
Unterstützte Sprachen 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
}