Ninja Account
Ninja Account helps you being free on the web
What is Ninja Account?
Ninja Account is a Chrome extension developed by heyhothatiscool, and its main feature is "Ninja Account helps you being free on the web".
Extension Screenshots
Download Ninja Account Extension CRX File
Download Ninja Account 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
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.
Extension Basic Information
Name | Ninja Account |
ID | opejinbmchlfkhelhaeepfnmliphkfic |
Official URL | https://chromewebstore.google.com/detail/ninja-account/opejinbmchlfkhelhaeepfnmliphkfic |
Description | Ninja Account helps you being free on the web |
File Size | 1.21 MB |
Installation Count | 34 |
Current Version | 0.0.2 |
Last Updated | 2017-08-25 |
Publish Date | 2017-08-25 |
Rating | 5.00/5 Total 2 Ratings |
Developer | heyhothatiscool |
Payment Type | free |
Supported Languages | 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:\/\/*\/*" ] } |