Binge!
Automatically click 'Continue Watching' in Netflix
Apa itu Binge!?
Binge! adalah ekstensi Chrome yang dikembangkan oleh https://demille.github.io/binge, dan fitur utamanya adalah "Automatically click 'Continue Watching' in Netflix".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Binge!
Unduh file ekstensi Binge! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Binge! |
ID | ckcalpgemnoejggbleepgmemacmgoofn |
URL Resmi | https://chromewebstore.google.com/detail/binge/ckcalpgemnoejggbleepgmemacmgoofn |
Deskripsi | Automatically click 'Continue Watching' in Netflix |
Ukuran File | 10.42 KB |
Jumlah Instalasi | 1,385 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2015-06-21 |
Tanggal Publikasi | 2015-06-20 |
Penilaian | 3.60/5 Total 47 Penilaian |
Pengembang | https://demille.github.io/binge |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } ] } |