Ninja Account
Ninja Account helps you being free on the web
Was ist Ninja Account?
Ninja Account ist eine Chrome-Erweiterung, die von heyhothatiscool entwickelt wurde, und ihr Hauptmerkmal ist "Ninja Account helps you being free on the web".
Erweiterungsscreenshots
Ninja Account-Erweiterungs-CRX-Datei herunterladen
Laden Sie Ninja Account-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Ninja Account |
ID | opejinbmchlfkhelhaeepfnmliphkfic |
Offizielle URL | https://chromewebstore.google.com/detail/ninja-account/opejinbmchlfkhelhaeepfnmliphkfic |
Beschreibung | Ninja Account helps you being free on the web |
Dateigröße | 1.21 MB |
Installationsanzahl | 34 |
Aktuelle Version | 0.0.2 |
Letztes Update | 2017-08-25 |
Veröffentlichungsdatum | 2017-08-25 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | heyhothatiscool |
Zahlungsart | free |
Unterstützte Sprachen | 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:\/\/*\/*" ] } |