Image download for Youtube™

Download Youtube video cover image in highest available resolution.

Was ist Image download for Youtube™?

Image download for Youtube™ ist eine Chrome-Erweiterung, die von https://www.acalic.com entwickelt wurde, und ihr Hauptmerkmal ist "Download Youtube video cover image in highest available resolution.".

Erweiterungsscreenshots

screenshot

Image download for Youtube™-Erweiterungs-CRX-Datei herunterladen

Laden Sie Image download for Youtube™-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

                        Have you ever wanted to download cover image of a particular Youtube music mix (or any kind of video) and have it as your desktop wallpaper or just in your picture gallery?

This extension let's you download any Youtube video cover image in highest available resolution, without any hassle, few clicks away!

Navigate to any Youtube link and click the extension button, wait for the link to appear, hit the "Download" button and that is it! The picture will download on your computer, on your specified location.                    

Grundlegende Informationen zur Erweiterung

Name Image download for Youtube™ Image download for Youtube™
ID hmddfalndciigbdmikpibaleammmkcbm
Offizielle URL https://chromewebstore.google.com/detail/image-download-for-youtub/hmddfalndciigbdmikpibaleammmkcbm
Beschreibung Download Youtube video cover image in highest available resolution.
Dateigröße 11.58 KB
Installationsanzahl 3,669
Aktuelle Version 1.3
Letztes Update 2019-09-27
Veröffentlichungsdatum 2019-09-27
Bewertung 3.62/5 Insgesamt 26 Bewertungen
Entwickler https://www.acalic.com
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Image download for Youtube\u2122",
    "description": "Download Youtube video cover image in highest available resolution.",
    "version": "1.3",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Image download for Youtube\u2122"
    },
    "permissions": [
        "activeTab",
        "https:\/\/img.youtube.com\/"
    ]
}