Ninja Account
Ninja Account helps you being free on the web
Wat is Ninja Account?
Ninja Account is een Chrome-extensie ontwikkeld door heyhothatiscool, en de belangrijkste functie is "Ninja Account helps you being free on the web".
Extensie Screenshots
Download het CRX-bestand van de extensie Ninja Account
Download Ninja Account-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Ninja Account |
ID | opejinbmchlfkhelhaeepfnmliphkfic |
Officiële URL | https://chromewebstore.google.com/detail/ninja-account/opejinbmchlfkhelhaeepfnmliphkfic |
Beschrijving | Ninja Account helps you being free on the web |
Bestandsgrootte | 1.21 MB |
Aantal Installaties | 34 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2017-08-25 |
Publicatiedatum | 2017-08-25 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | heyhothatiscool |
Betalingswijze | free |
Ondersteunde Talen | 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:\/\/*\/*" ] } |