View Youtube™ Thumbnail
Right click on a Youtube™ thumbnail to open it in its full size.
Qu'est-ce que View Youtube™ Thumbnail ?
View Youtube™ Thumbnail est une extension Chrome développée par Daniel Bingham, et sa fonction principale est "Right click on a Youtube™ thumbnail to open it in its full size.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension View Youtube™ Thumbnail
Téléchargez les fichiers d'extension View Youtube™ Thumbnail 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
This opens a YouTube™ thumbnail in its maximum resolution by right clicking on it.
Informations de Base sur l'Extension
Nom | View Youtube™ Thumbnail |
ID | ifeljkoeopnppmdlaofbgepbghddigpf |
URL Officiel | https://chromewebstore.google.com/detail/view-youtube-thumbnail/ifeljkoeopnppmdlaofbgepbghddigpf |
Description | Right click on a Youtube™ thumbnail to open it in its full size. |
Taille du Fichier | 8.07 KB |
Nombre d'Installations | 4,201 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2018-03-30 |
Date de Publication | 2018-03-29 |
Évaluation | 4.19/5 Total 21 Évaluations |
Développeur | Daniel Bingham |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "View Youtube\u2122 Thumbnail", "version": "1.2", "description": "Right click on a Youtube\u2122 thumbnail to open it in its full size.", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "page_action": { "default_icon": "icon16.png", "default_title": "YT Thumbnail" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "tabs", "contextMenus", "https:\/\/www.youtube.com\/*" ] } |