Delta for YouTube
Show a time difference in the YouTube progress bar.
Delta for YouTubeคืออะไร?
Delta for YouTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nickells และคุณลักษณะหลักของมันคือ "Show a time difference in the YouTube progress bar."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Delta for YouTube
ดาวน์โหลดไฟล์ส่วนขยาย Delta for YouTube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds a time difference (example: +0:30) for the time under a cursor in YouTube so you can jump around with confidence.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Delta for YouTube |
ID | ofbfdabicijcdjoeemcgabeeapciibbf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/delta-for-youtube/ofbfdabicijcdjoeemcgabeeapciibbf |
คำอธิบาย | Show a time difference in the YouTube progress bar. |
ขนาดไฟล์ | 678 KB |
จำนวนการติดตั้ง | 1,373 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2016-11-20 |
วันที่เผยแพร่ | 2016-11-20 |
คะแนน | 4.86/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | nickells |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Delta for YouTube", "short_name": "Delta", "description": "Show a time difference in the YouTube progress bar.", "version": "1.5", "icons": { "16": "icons\/delta-16.png", "48": "icons\/delta-48.png", "128": "icons\/delta-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "delta.css" ], "js": [ "node_modules\/moment\/min\/moment.min.js", "delta.js" ] } ] } |