Thumbnail Viewer for YouTube™
A simple extension that grabs the thumbnail from the current youtube video and displays it.
Was ist Thumbnail Viewer for YouTube™?
Thumbnail Viewer for YouTube™ ist eine Chrome-Erweiterung, die von Master entwickelt wurde, und ihr Hauptmerkmal ist "A simple extension that grabs the thumbnail from the current youtube video and displays it.".
Erweiterungsscreenshots
Thumbnail Viewer for YouTube™-Erweiterungs-CRX-Datei herunterladen
Laden Sie Thumbnail Viewer for YouTube™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Thumbnail Viewer for YouTube™ |
ID | galcjdfminhddlmheppdgddbekgdofcm |
Offizielle URL | https://chromewebstore.google.com/detail/thumbnail-viewer-for-yout/galcjdfminhddlmheppdgddbekgdofcm |
Beschreibung | A simple extension that grabs the thumbnail from the current youtube video and displays it. |
Dateigröße | 66.25 KB |
Installationsanzahl | 3,244 |
Aktuelle Version | 1.3.5 |
Letztes Update | 2014-07-15 |
Veröffentlichungsdatum | 2014-07-15 |
Bewertung | 4.47/5 Insgesamt 19 Bewertungen |
Entwickler | Master |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |