Youtube™ Thumbnail Preview
View youtube thumbnails with a single click.
Qu'est-ce que Youtube™ Thumbnail Preview ?
Youtube™ Thumbnail Preview est une extension Chrome développée par James_Hynes, et sa fonction principale est "View youtube thumbnails with a single click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Youtube™ Thumbnail Preview
Téléchargez les fichiers d'extension Youtube™ Thumbnail Preview 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
Preview youtube thumbnails in a small chrome extension popup window. Just click on the extension while on a youtube video page, and it will load up the thumbnail image. Click on the image and you will be redirected to the largest size of the thumbnail.
Informations de Base sur l'Extension
Nom | Youtube™ Thumbnail Preview |
ID | nbpcbacmemknaffckhckoaophpnmdchb |
URL Officiel | https://chromewebstore.google.com/detail/youtube-thumbnail-preview/nbpcbacmemknaffckhckoaophpnmdchb |
Description | View youtube thumbnails with a single click. |
Taille du Fichier | 95.76 KB |
Nombre d'Installations | 7,529 |
Version Actuelle | 1.5.2 |
Dernière Mise à Jour | 2022-06-25 |
Date de Publication | 2018-03-20 |
Évaluation | 4.43/5 Total 30 Évaluations |
Développeur | James_Hynes |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Youtube\u2122 Thumbnail Preview", "description": "View youtube thumbnails with a single click.", "version": "1.5.2", "permissions": [ "tabs" ], "action": { "default_popup": "popup.html", "default_icon": "assets\/icon.png", "default_title": "Show thumbnail" }, "icons": { "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png", "256": "assets\/icon256.png" } } |