Stop Youtube Autoplay Timer
This extension allows you to set a timer on Youtube's Autoplay
Stop Youtube Autoplay Timerคืออะไร?
Stop Youtube Autoplay Timer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย park8 และคุณลักษณะหลักของมันคือ "This extension allows you to set a timer on Youtube's Autoplay"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stop Youtube Autoplay Timer
ดาวน์โหลดไฟล์ส่วนขยาย Stop Youtube Autoplay Timer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Do you fall asleep to Youtube videos on autoplay and wake up to still find Youtube videos playing? This extension will allow you to set a timer on the autoplay toggle so videos will stop auto playing
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Stop Youtube Autoplay Timer |
ID | amklgdeinpjclemjbepgimpkaknhfaem |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/stop-youtube-autoplay-tim/amklgdeinpjclemjbepgimpkaknhfaem |
คำอธิบาย | This extension allows you to set a timer on Youtube's Autoplay |
ขนาดไฟล์ | 59.76 KB |
จำนวนการติดตั้ง | 95 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2020-08-19 |
วันที่เผยแพร่ | 2020-08-17 |
ผู้พัฒนา | park8 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "matches": [ "https:\/\/www.youtube.com\/watch*", "http:\/\/www.youtube.com\/watch*" ], "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "widget.html" }, "icons": { "128": "res\/icon128.png" }, "description": "This extension allows you to set a timer on Youtube's Autoplay", "manifest_version": 2, "name": "Stop Youtube Autoplay Timer", "permissions": [ "activeTab", "storage", "tabs", "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ], "short_name": "Timed Autoplay", "version": "1.1" } |