YouTube Watch Thumbnails
Display a thumbnail of the video next to the channel icon on the YouTube video playback page.
Qu'est-ce que YouTube Watch Thumbnails ?
YouTube Watch Thumbnails est une extension Chrome développée par mosunset, et sa fonction principale est "Display a thumbnail of the video next to the channel icon on the YouTube video playback page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YouTube Watch Thumbnails
Téléchargez les fichiers d'extension YouTube Watch Thumbnails 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
Click once on the extension icon and the thumbnail image hops up. Clicking on an image opens the largest thumbnail image in a new tab.
Informations de Base sur l'Extension
Nom | YouTube Watch Thumbnails |
ID | aobeafpjgdgakpagffmlkfeognaiigci |
URL Officiel | https://chromewebstore.google.com/detail/youtube-watch-thumbnails/aobeafpjgdgakpagffmlkfeognaiigci |
Description | Display a thumbnail of the video next to the channel icon on the YouTube video playback page. |
Taille du Fichier | 113 KB |
Nombre d'Installations | 4,804 |
Version Actuelle | 3.3.1 |
Dernière Mise à Jour | 2023-09-02 |
Date de Publication | 2022-09-13 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | mosunset |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | id,en,fr,es,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_Name__", "description": "__MSG_Description__", "version": "3.3.1", "default_locale": "en", "icons": { "512": "img\/yicon.png" }, "action": { "default_popup": "popup.html", "default_icon": "img\/yicon.png" }, "permissions": [ "tabs", "storage" ], "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "js\/jquery-3.6.0.min.js", "js\/ycontent_script.js" ], "css": [ "css\/ycontent_script.css" ], "all_frames": true } ] } |