Netflix Continue Playing Clicker
This extension clicks the Netflix "continue playing" Button automatically
Co je Netflix Continue Playing Clicker?
Netflix Continue Playing Clicker je rozšíření Chrome vyvinuté limered, a jeho hlavní funkcí je „This extension clicks the Netflix "continue playing" Button automatically“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Netflix Continue Playing Clicker
Stáhněte si soubory rozšíření Netflix Continue Playing Clicker 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í
No more leaving your couch only to click a button during your netflix and chill session. This extension clicks the Netflix "continue playing" Button automatically. If you planing on falling asleep or something else ;) you can always turn it off using the button in the taskbar. Have Fun
Základní Informace o Rozšíření
Název | |
ID | klgocfagnjnpmjfmbdglcbjpchdbadhc |
Oficiální URL | https://chrome.google.com/webstore/detail/netflix-continue-playing/klgocfagnjnpmjfmbdglcbjpchdbadhc |
Popis | This extension clicks the Netflix "continue playing" Button automatically |
Velikost souboru | 7.21 KB |
Počet instalací | 299 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2016-02-18 |
Datum Vydání | 2016-02-18 |
Hodnocení | 2.33/5 Celkem 9 Hodnocení |
Vývojář | limered |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Netflix Continue Playing Clicker", "description": "This extension clicks the Netflix \"continue playing\" Button automatically", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/www.netflix.com\/*" ], "js": [ "content\/content_script.js" ] } ], "background": { "scripts": [ "background\/background_script.js" ] }, "page_action": { "default_icon": "images\/icon.png", "default_title": "Netflix Clicker", "default_popup": "pageaction\/pageaction_popup.html" }, "permissions": [ "tabs", "storage" ] } |