Binge!
Automatically click 'Continue Watching' in Netflix
Vad är Binge!?
Binge! är en Chrome-tillägg utvecklad av https://demille.github.io/binge, och dess huvudfunktion är "Automatically click 'Continue Watching' in Netflix".
Tilläggsskärmbilder
Ladda ner Binge!-förlängningens CRX-fil
Ladda ner Binge!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Binge! |
ID | ckcalpgemnoejggbleepgmemacmgoofn |
Officiell webbadress | https://chromewebstore.google.com/detail/binge/ckcalpgemnoejggbleepgmemacmgoofn |
Beskrivning | Automatically click 'Continue Watching' in Netflix |
Filstorlek | 10.42 KB |
Antal Installationer | 1,385 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2015-06-21 |
Publiceringsdatum | 2015-06-20 |
Betyg | 3.60/5 Totalt 47 Betyg |
Utvecklare | https://demille.github.io/binge |
Betalningssätt | free |
Stödda Språk | 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" } ] } |