Don’t Watch Later
A simple extension to disable autoplay for videos from your YouTube watch later playlist.
Don’t Watch Laterคืออะไร?
Don’t Watch Later เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shakeel และคุณลักษณะหลักของมันคือ "A simple extension to disable autoplay for videos from your YouTube watch later playlist."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Don’t Watch Later
ดาวน์โหลดไฟล์ส่วนขยาย Don’t Watch Later ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simple Google Chrome extension to disable autoplay for videos from your YouTube Watch Later playlist. I usually open videos in a new tab from my Watch Later playlist, which automatically has the `list=WL` querystring parameter. I also don’t usually watch videos in the order I added them to my Watch Later playlist. Instead of trying to hack YouTube’s massive amounts of JavaScript, this plugin does exactly what I need. This extension doesn't track any of your data usage, and is open sourced at https://github.com/shakeelmohamed/dont-watch-later
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Don’t Watch Later |
ID | ehoknndjpaojgkmmiagiiejdbhfeckch |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/don%E2%80%99t-watch-later/ehoknndjpaojgkmmiagiiejdbhfeckch |
คำอธิบาย | A simple extension to disable autoplay for videos from your YouTube watch later playlist. |
ขนาดไฟล์ | 11.92 KB |
จำนวนการติดตั้ง | 70 |
เวอร์ชันปัจจุบัน | 0.3.0 |
อัปเดตครั้งล่าสุด | 2023-12-24 |
วันที่เผยแพร่ | 2017-10-19 |
คะแนน | 4.33/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | Shakeel |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/shakeelmohamed/dont-watch-later |
URL หน้าช่วยเหลือ | https://github.com/shakeelmohamed/dont-watch-later/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Don\u2019t Watch Later", "version": "0.3.0", "description": "A simple extension to disable autoplay for videos from your YouTube watch later playlist.", "icons": { "128": "x-icon-128.png" }, "permissions": [ "declarativeNetRequest" ], "host_permissions": [ "*:\/\/*.youtube.com\/watch*list=wl*" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset", "enabled": true, "path": "rules.json" } ] }, "manifest_version": 3 } |