YouTube Chapterize
Provides convenience functions to handle YouTube chapters.
YouTube Chapterizeคืออะไร?
YouTube Chapterize เป็นส่วนขยายของ Chrome ที่พัฒนาโดย blackway และคุณลักษณะหลักของมันคือ "Provides convenience functions to handle YouTube chapters."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Chapterize
ดาวน์โหลดไฟล์ส่วนขยาย YouTube Chapterize ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Use this extension if you want to shuffle the order of chapters. If you toggle the shuffle button at the top of the chapter list, the play time will shift to a random chapter when one chapter has finished playing. Features - You can shuffle chapters in a video.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pndbjffcoioeikhcfofoefnlbiiidclh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/youtube-chapterize/pndbjffcoioeikhcfofoefnlbiiidclh |
คำอธิบาย | Provides convenience functions to handle YouTube chapters. |
ขนาดไฟล์ | 10.32 KB |
จำนวนการติดตั้ง | 58 |
เวอร์ชันปัจจุบัน | 2 |
อัปเดตครั้งล่าสุด | 2021-11-24 |
วันที่เผยแพร่ | 2021-11-23 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | blackway |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Chapterize", "description": "Provides convenience functions to handle YouTube chapters.", "version": "2", "manifest_version": 3, "permissions": [ "scripting" ], "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon128.png" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "js": [ "inject.js" ] } ] } |