YouTube Watch Thumbnails
Display a thumbnail of the video next to the channel icon on the YouTube video playback page.
Hvad er YouTube Watch Thumbnails?
YouTube Watch Thumbnails er en Chrome-udvidelse udviklet af mosunset, og dens hovedfunktion er "Display a thumbnail of the video next to the channel icon on the YouTube video playback page.".
Udvidelsesskærmbilleder
Download YouTube Watch Thumbnails-udvidelses-CRX-fil
Download YouTube Watch Thumbnails-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | YouTube Watch Thumbnails |
ID | aobeafpjgdgakpagffmlkfeognaiigci |
Officiel URL | https://chromewebstore.google.com/detail/youtube-watch-thumbnails/aobeafpjgdgakpagffmlkfeognaiigci |
Beskrivelse | Display a thumbnail of the video next to the channel icon on the YouTube video playback page. |
Filstørrelse | 113 KB |
Antal Installationer | 4,804 |
Nuværende Version | 3.3.1 |
Senest Opdateret | 2023-09-02 |
Udgivelsesdato | 2022-09-13 |
Bedømmelse | 5.00/5 Samlet 7 Bedømmelser |
Udvikler | mosunset |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } ] } |