Stop Youtube Autoplay
Stop Youtube Autoplay feature for Watch Later videos
Stop Youtube Autoplayคืออะไร?
Stop Youtube Autoplay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย memorizer.eecs และคุณลักษณะหลักของมันคือ "Stop Youtube Autoplay feature for Watch Later videos"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stop Youtube Autoplay
ดาวน์โหลดไฟล์ส่วนขยาย Stop Youtube Autoplay ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extension to stop Youtube autoplay, specifically for your Watch Later list. - Since Youtube doesn't let the user disable autoplay for the Watch Later playlist, this extension will automatically prevent the autoplaying of the next video in your Watch Later playlist. *Note: - currently only works for Watch Later list - currently only works if the selected video is opened in a new tab
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Stop Youtube Autoplay |
ID | igfflabimklppabjlnhhpmjmjmnbgcfl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/stop-youtube-autoplay/igfflabimklppabjlnhhpmjmjmnbgcfl |
คำอธิบาย | Stop Youtube Autoplay feature for Watch Later videos |
ขนาดไฟล์ | 29.79 KB |
จำนวนการติดตั้ง | 108 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2022-02-25 |
วันที่เผยแพร่ | 2022-02-25 |
คะแนน | 1.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | memorizer.eecs |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Stop Youtube Autoplay", "description": "Stop Youtube Autoplay feature for Watch Later videos", "version": "1.0", "permissions": [ "webNavigation" ], "background": { "service_worker": "js\/background.js" }, "icons": { "128": "images\/icon.png" }, "action": { "default_title": "Stop Youtube Autoplay", "default_popup": "popup.html", "default_icon": { "128": "images\/icon.png" } } } |