Ninja Account
Ninja Account helps you being free on the web
O que é Ninja Account?
Ninja Account é uma extensão do Chrome desenvolvida por heyhothatiscool, e sua principal característica é "Ninja Account helps you being free on the web".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ninja Account
Baixe arquivos de extensão Ninja Account no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Ninja Account |
ID | opejinbmchlfkhelhaeepfnmliphkfic |
URL Oficial | https://chromewebstore.google.com/detail/ninja-account/opejinbmchlfkhelhaeepfnmliphkfic |
Descrição | Ninja Account helps you being free on the web |
Tamanho do Arquivo | 1.21 MB |
Contagem de Instalações | 34 |
Versão Atual | 0.0.2 |
Última Atualização | 2017-08-25 |
Data de Publicação | 2017-08-25 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | heyhothatiscool |
Tipo de Pagamento | free |
Idiomas Suportados | 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:\/\/*\/*" ] } |