Focus Only Youtube
Tired of wasting hours on YouTube? Now download this to prevent videos from auto-playing, remove YouTube’s recommended videos, and…
Focus Only Youtubeคืออะไร?
Focus Only Youtube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yeungtsunw และคุณลักษณะหลักของมันคือ "Tired of wasting hours on YouTube? Now download this to prevent videos from auto-playing, remove YouTube’s recommended videos, and…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Focus Only Youtube
ดาวน์โหลดไฟล์ส่วนขยาย Focus Only Youtube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tired of wasting hours on YouTube? Now download this to prevent videos from auto-playing, remove YouTube’s recommended videos, and reroute you to “focus music” after reaching daily video limit
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dmijcnhkoikmggpghahdjdhiahkkneki |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/focus-only-youtube/dmijcnhkoikmggpghahdjdhiahkkneki |
คำอธิบาย | Tired of wasting hours on YouTube? Now download this to prevent videos from auto-playing, remove YouTube’s recommended videos, and… |
ขนาดไฟล์ | 88.09 KB |
จำนวนการติดตั้ง | 512 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2017-09-14 |
วันที่เผยแพร่ | 2017-09-14 |
คะแนน | 3.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | yeungtsunw |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Focus Only Youtube", "version": "0.1", "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "jquery-3.2.1.js", "content.js" ] } ], "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabCapture", "tabs", "storage", "desktopCapture", "webNavigation", "activeTab" ] } |