Youtube Thumbnails

Get Youtube videos thumbnails in one click !

Was ist Youtube Thumbnails?

Youtube Thumbnails ist eine Chrome-Erweiterung, die von Nicolas Vairaa entwickelt wurde, und ihr Hauptmerkmal ist "Get Youtube videos thumbnails in one click !".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Youtube Thumbnails-Erweiterungs-CRX-Datei herunterladen

Laden Sie Youtube Thumbnails-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

                        Youtube Thumbnails allows you to get all the available thumbnails of a video directly in the current page, without having to go through a website.

Clicking on a link in the list of thumbnails will open a new tab in your browser in order to download it directly.

The highest resolution thumbnails are not guaranteed to appear as a link, as they may not be available for all videos.


If the icon does not appear, please just reload the page.                    

Grundlegende Informationen zur Erweiterung

Name Youtube Thumbnails Youtube Thumbnails
ID hhoiehagchnmnpfoliilhnbcebffbnfb
Offizielle URL https://chromewebstore.google.com/detail/youtube-thumbnails/hhoiehagchnmnpfoliilhnbcebffbnfb
Beschreibung Get Youtube videos thumbnails in one click !
Dateigröße 23.2 KB
Installationsanzahl 27
Aktuelle Version 0.1.7
Letztes Update 2021-11-20
Veröffentlichungsdatum 2021-08-12
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Nicolas Vairaa
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.7",
    "manifest_version": 3,
    "name": "Youtube Thumbnails",
    "description": "Get Youtube videos thumbnails in one click !",
    "icons": {
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_start",
            "css": [
                "styles.css"
            ],
            "js": [
                "arrive.js",
                "content.js"
            ]
        }
    ]
}