Youtube Thumbnails

Get Youtube videos thumbnails in one click !

Qu'est-ce que Youtube Thumbnails ?

Youtube Thumbnails est une extension Chrome développée par Nicolas Vairaa, et sa fonction principale est "Get Youtube videos thumbnails in one click !".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Youtube Thumbnails

Téléchargez les fichiers d'extension Youtube Thumbnails 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

                        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.                    

Informations de Base sur l'Extension

Nom Youtube Thumbnails Youtube Thumbnails
ID hhoiehagchnmnpfoliilhnbcebffbnfb
URL Officiel https://chromewebstore.google.com/detail/youtube-thumbnails/hhoiehagchnmnpfoliilhnbcebffbnfb
Description Get Youtube videos thumbnails in one click !
Taille du Fichier 23.2 KB
Nombre d'Installations 27
Version Actuelle 0.1.7
Dernière Mise à Jour 2021-11-20
Date de Publication 2021-08-12
Évaluation 5.00/5 Total 2 Évaluations
Développeur Nicolas Vairaa
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}