YouTube Watch Thumbnails
Display a thumbnail of the video next to the channel icon on the YouTube video playback page.
YouTube Watch Thumbnailsคืออะไร?
YouTube Watch Thumbnails เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mosunset และคุณลักษณะหลักของมันคือ "Display a thumbnail of the video next to the channel icon on the YouTube video playback page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Watch Thumbnails
ดาวน์โหลดไฟล์ส่วนขยาย YouTube Watch Thumbnails ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | YouTube Watch Thumbnails |
ID | aobeafpjgdgakpagffmlkfeognaiigci |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-watch-thumbnails/aobeafpjgdgakpagffmlkfeognaiigci |
คำอธิบาย | Display a thumbnail of the video next to the channel icon on the YouTube video playback page. |
ขนาดไฟล์ | 113 KB |
จำนวนการติดตั้ง | 4,804 |
เวอร์ชันปัจจุบัน | 3.3.1 |
อัปเดตครั้งล่าสุด | 2023-09-02 |
วันที่เผยแพร่ | 2022-09-13 |
คะแนน | 5.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | mosunset |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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 } ] } |