Ninja Account
Ninja Account helps you being free on the web
Co je Ninja Account?
Ninja Account je rozšíření Chrome vyvinuté heyhothatiscool, a jeho hlavní funkcí je „Ninja Account helps you being free on the web“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Ninja Account
Stáhněte si soubory rozšíření Ninja Account 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í
Ninja Account enables quick, automatic and seamless subscription to various kind of websites. It handles generating various information (firstname, lastname, address...), a password and a temporary email address (to retrieve mails to confirm subscription). Once you have used the application to subscribe to a website, the account is persisted in local storage to enable future logging.
Základní Informace o Rozšíření
Název | Ninja Account |
ID | opejinbmchlfkhelhaeepfnmliphkfic |
Oficiální URL | https://chromewebstore.google.com/detail/ninja-account/opejinbmchlfkhelhaeepfnmliphkfic |
Popis | Ninja Account helps you being free on the web |
Velikost souboru | 1.21 MB |
Počet instalací | 34 |
Aktuální Verze | 0.0.2 |
Poslední Aktualizace | 2017-08-25 |
Datum Vydání | 2017-08-25 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | heyhothatiscool |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ninja Account", "description": "Ninja Account helps you being free on the web", "version": "0.0.2", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "ninja-content-script.js" ], "all_frames": true, "run_at": "document_start" } ], "browser_action": { "default_icon": "assets\/icon_16x16.png", "default_popup": "ninja.html" }, "permissions": [ "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |