Binge!
Automatically click 'Continue Watching' in Netflix
Co je Binge!?
Binge! je rozšíření Chrome vyvinuté https://demille.github.io/binge, a jeho hlavní funkcí je „Automatically click 'Continue Watching' in Netflix“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Binge!
Stáhněte si soubory rozšíření Binge! ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Binge! |
ID | ckcalpgemnoejggbleepgmemacmgoofn |
Oficiální URL | https://chromewebstore.google.com/detail/binge/ckcalpgemnoejggbleepgmemacmgoofn |
Popis | Automatically click 'Continue Watching' in Netflix |
Velikost souboru | 10.42 KB |
Počet instalací | 1,385 |
Aktuální Verze | 1.0.2 |
Poslední Aktualizace | 2015-06-21 |
Datum Vydání | 2015-06-20 |
Hodnocení | 3.60/5 Celkem 47 Hodnocení |
Vývojář | https://demille.github.io/binge |
Typ Platby | free |
Podporované Jazyky | 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" } ] } |