YouTube Watch Thumbnails
Display a thumbnail of the video next to the channel icon on the YouTube video playback page.
Apa itu YouTube Watch Thumbnails?
YouTube Watch Thumbnails adalah ekstensi Chrome yang dikembangkan oleh mosunset, dan fitur utamanya adalah "Display a thumbnail of the video next to the channel icon on the YouTube video playback page.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YouTube Watch Thumbnails
Unduh file ekstensi YouTube Watch Thumbnails dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | YouTube Watch Thumbnails |
ID | aobeafpjgdgakpagffmlkfeognaiigci |
URL Resmi | https://chromewebstore.google.com/detail/youtube-watch-thumbnails/aobeafpjgdgakpagffmlkfeognaiigci |
Deskripsi | Display a thumbnail of the video next to the channel icon on the YouTube video playback page. |
Ukuran File | 113 KB |
Jumlah Instalasi | 4,804 |
Versi Saat Ini | 3.3.1 |
Terakhir Diperbarui | 2023-09-02 |
Tanggal Publikasi | 2022-09-13 |
Penilaian | 5.00/5 Total 7 Penilaian |
Pengembang | mosunset |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } ] } |