Ninja Account
Ninja Account helps you being free on the web
Co to jest Ninja Account?
Ninja Account to rozszerzenie Chrome opracowane przez heyhothatiscool, a jego główną funkcją jest „Ninja Account helps you being free on the web”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Ninja Account
Pobierz pliki rozszerzeń Ninja Account w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Ninja Account |
ID | opejinbmchlfkhelhaeepfnmliphkfic |
Oficjalny URL | https://chromewebstore.google.com/detail/ninja-account/opejinbmchlfkhelhaeepfnmliphkfic |
Opis | Ninja Account helps you being free on the web |
Rozmiar pliku | 1.21 MB |
Liczba instalacji | 34 |
Aktualna Wersja | 0.0.2 |
Ostatnia Aktualizacja | 2017-08-25 |
Data Publikacji | 2017-08-25 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | heyhothatiscool |
Typ Płatności | free |
Obsługiwane Języki | 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:\/\/*\/*" ] } |