Ninja Account
Ninja Account helps you being free on the web
Qu'est-ce que Ninja Account ?
Ninja Account est une extension Chrome développée par heyhothatiscool, et sa fonction principale est "Ninja Account helps you being free on the web".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ninja Account
Téléchargez les fichiers d'extension Ninja Account au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Ninja Account |
ID | opejinbmchlfkhelhaeepfnmliphkfic |
URL Officiel | https://chromewebstore.google.com/detail/ninja-account/opejinbmchlfkhelhaeepfnmliphkfic |
Description | Ninja Account helps you being free on the web |
Taille du Fichier | 1.21 MB |
Nombre d'Installations | 34 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2017-08-25 |
Date de Publication | 2017-08-25 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | heyhothatiscool |
Type de Paiement | free |
Langues Prises en Charge | 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:\/\/*\/*" ] } |