Binge!
Automatically click 'Continue Watching' in Netflix
What is Binge!?
Binge! is a Chrome extension developed by https://demille.github.io/binge, and its main feature is "Automatically click 'Continue Watching' in Netflix".
Extension Screenshots
Download Binge! Extension CRX File
Download Binge! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Binge! |
ID | ckcalpgemnoejggbleepgmemacmgoofn |
Official URL | https://chromewebstore.google.com/detail/binge/ckcalpgemnoejggbleepgmemacmgoofn |
Description | Automatically click 'Continue Watching' in Netflix |
File Size | 10.42 KB |
Installation Count | 1,385 |
Current Version | 1.0.2 |
Last Updated | 2015-06-21 |
Publish Date | 2015-06-20 |
Rating | 3.60/5 Total 47 Ratings |
Developer | https://demille.github.io/binge |
Payment Type | free |
Supported Languages | 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" } ] } |