Youtube Thumbnails

Get Youtube videos thumbnails in one click !

Wat is Youtube Thumbnails?

Youtube Thumbnails is een Chrome-extensie ontwikkeld door Nicolas Vairaa, en de belangrijkste functie is "Get Youtube videos thumbnails in one click !".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Youtube Thumbnails

Download Youtube Thumbnails-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Youtube Thumbnails Youtube Thumbnails
ID hhoiehagchnmnpfoliilhnbcebffbnfb
Officiële URL https://chromewebstore.google.com/detail/youtube-thumbnails/hhoiehagchnmnpfoliilhnbcebffbnfb
Beschrijving Get Youtube videos thumbnails in one click !
Bestandsgrootte 23.2 KB
Aantal Installaties 27
Huidige Versie 0.1.7
Laatst Bijgewerkt 2021-11-20
Publicatiedatum 2021-08-12
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Nicolas Vairaa
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}