Binge!
Automatically click 'Continue Watching' in Netflix
Binge!คืออะไร?
Binge! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://demille.github.io/binge และคุณลักษณะหลักของมันคือ "Automatically click 'Continue Watching' in Netflix"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Binge!
ดาวน์โหลดไฟล์ส่วนขยาย Binge! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tired of Netflix asking every few episodes if you are still watching? Annoyed by the interruptions three minutes into an episode? Add this extension and stop being bothered. If you start noticing any issues, submit an issue on the support tab so it can be fixed :) CHANGELOG: 1.0.2 - Fix for Netflix's new site design
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Binge! |
ID | ckcalpgemnoejggbleepgmemacmgoofn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/binge/ckcalpgemnoejggbleepgmemacmgoofn |
คำอธิบาย | Automatically click 'Continue Watching' in Netflix |
ขนาดไฟล์ | 10.42 KB |
จำนวนการติดตั้ง | 1,385 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2015-06-21 |
วันที่เผยแพร่ | 2015-06-20 |
คะแนน | 3.60/5 รวมทั้งหมด 47 คะแนน |
ผู้พัฒนา | https://demille.github.io/binge |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Binge!", "description": "Automatically click 'Continue Watching' in Netflix", "version": "1.0.2", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*" ], "js": [ "arrive-2.0.0.min.js", "clicker.js" ], "run_at": "document_end" } ] } |