Ninja Account
Ninja Account helps you being free on the web
Cos'è Ninja Account?
Ninja Account è un'estensione di Chrome sviluppata da heyhothatiscool, e la sua funzione principale è "Ninja Account helps you being free on the web".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ninja Account
Scarica i file di estensione Ninja Account in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Ninja Account |
ID | opejinbmchlfkhelhaeepfnmliphkfic |
URL Ufficiale | https://chromewebstore.google.com/detail/ninja-account/opejinbmchlfkhelhaeepfnmliphkfic |
Descrizione | Ninja Account helps you being free on the web |
Dimensione del File | 1.21 MB |
Conteggio Installazioni | 34 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2017-08-25 |
Data di Pubblicazione | 2017-08-25 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | heyhothatiscool |
Tipo di Pagamento | free |
Lingue Supportate | 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:\/\/*\/*" ] } |