Thumbnail Viewer for YouTube™
A simple extension that grabs the thumbnail from the current youtube video and displays it.
Qu'est-ce que Thumbnail Viewer for YouTube™ ?
Thumbnail Viewer for YouTube™ est une extension Chrome développée par Master, et sa fonction principale est "A simple extension that grabs the thumbnail from the current youtube video and displays it.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Thumbnail Viewer for YouTube™
Téléchargez les fichiers d'extension Thumbnail Viewer for YouTube™ 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
Changelog: v.1.3.5 - Better icon v.1.3.4 - No longer needs tabs permission - Uses slightly less screen real estate - Bug fixed with showing cached thumbnail when clicking another video.
Informations de Base sur l'Extension
Nom | Thumbnail Viewer for YouTube™ |
ID | galcjdfminhddlmheppdgddbekgdofcm |
URL Officiel | https://chromewebstore.google.com/detail/thumbnail-viewer-for-yout/galcjdfminhddlmheppdgddbekgdofcm |
Description | A simple extension that grabs the thumbnail from the current youtube video and displays it. |
Taille du Fichier | 66.25 KB |
Nombre d'Installations | 3,244 |
Version Actuelle | 1.3.5 |
Dernière Mise à Jour | 2014-07-15 |
Date de Publication | 2014-07-15 |
Évaluation | 4.47/5 Total 19 Évaluations |
Développeur | Master |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "The Master", "name": "Thumbnail Viewer for YouTube\u2122", "description": "A simple extension that grabs the thumbnail from the current youtube video and displays it.", "manifest_version": 2, "version": "1.3.5", "icons": { "16": "thumbnail-16.png", "48": "thumbnail-48.png", "128": "thumbnail-128.png" }, "permissions": [ "activeTab", "*:\/\/*.youtube.com\/*" ], "browser_action": { "default_icon": "thumbnail-48.png", "default_title": "Click to view current video thumbnail", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "jquery.js", "popup.js", "popup.css", "thumbnail-16.png", "thumbnail-48.png", "thumbnail-128.png" ] } |