YouTube Thumbnail Viewer
YouTube Thumbnail Viewer
Was ist YouTube Thumbnail Viewer?
YouTube Thumbnail Viewer ist eine Chrome-Erweiterung, die von MIHO Soft Design entwickelt wurde, und ihr Hauptmerkmal ist "YouTube Thumbnail Viewer".
Erweiterungsscreenshots
YouTube Thumbnail Viewer-Erweiterungs-CRX-Datei herunterladen
Laden Sie YouTube Thumbnail Viewer-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
Displays the thumbnail image link of the currently playing YouTube video to the left of the title. If you click the added thumbnail image, the high resolution image of the thumbnail image will be displayed in a new window. Video thumbnails are never shown when played, so this extension allows you to see them while the video is playing. Enjoy YouTube! ===== Additional features: You can now remove the links to other videos displayed at the end of the video by right-clicking on the thumbnail image. You can switch the display by right-clicking again.
Grundlegende Informationen zur Erweiterung
Name | YouTube Thumbnail Viewer |
ID | pohemndjeekpoipjbfjdgaclakdigcpn |
Offizielle URL | https://chromewebstore.google.com/detail/youtube-thumbnail-viewer/pohemndjeekpoipjbfjdgaclakdigcpn |
Beschreibung | YouTube Thumbnail Viewer |
Dateigröße | 23.68 KB |
Installationsanzahl | 62 |
Aktuelle Version | 1.1.0 |
Letztes Update | 2023-04-02 |
Veröffentlichungsdatum | 2022-08-14 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | MIHO Soft Design |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Thumbnail Viewer", "version": "1.1.0", "icons": { "128": "128.png" }, "manifest_version": 3, "description": "YouTube Thumbnail Viewer", "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/watch*" ], "js": [ "content.js" ] } ] } |