YouTube Watch Thumbnails
Display a thumbnail of the video next to the channel icon on the YouTube video playback page.
Co to jest YouTube Watch Thumbnails?
YouTube Watch Thumbnails to rozszerzenie Chrome opracowane przez mosunset, a jego główną funkcją jest „Display a thumbnail of the video next to the channel icon on the YouTube video playback page.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YouTube Watch Thumbnails
Pobierz pliki rozszerzeń YouTube Watch Thumbnails w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | YouTube Watch Thumbnails |
ID | aobeafpjgdgakpagffmlkfeognaiigci |
Oficjalny URL | https://chromewebstore.google.com/detail/youtube-watch-thumbnails/aobeafpjgdgakpagffmlkfeognaiigci |
Opis | Display a thumbnail of the video next to the channel icon on the YouTube video playback page. |
Rozmiar pliku | 113 KB |
Liczba instalacji | 4,804 |
Aktualna Wersja | 3.3.1 |
Ostatnia Aktualizacja | 2023-09-02 |
Data Publikacji | 2022-09-13 |
Ocena | 5.00/5 Łącznie 7 Oceny |
Deweloper | mosunset |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } ] } |