Ninja Account

Ninja Account helps you being free on the web

Vad är Ninja Account?

Ninja Account är en Chrome-tillägg utvecklad av heyhothatiscool, och dess huvudfunktion är "Ninja Account helps you being free on the web".

Tilläggsskärmbilder

screenshot

Ladda ner Ninja Account-förlängningens CRX-fil

Ladda ner Ninja Account-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Ninja Account Ninja Account
ID opejinbmchlfkhelhaeepfnmliphkfic
Officiell webbadress https://chromewebstore.google.com/detail/ninja-account/opejinbmchlfkhelhaeepfnmliphkfic
Beskrivning Ninja Account helps you being free on the web
Filstorlek 1.21 MB
Antal Installationer 34
Aktuell Version 0.0.2
Senast Uppdaterad 2017-08-25
Publiceringsdatum 2017-08-25
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare heyhothatiscool
Betalningssätt free
Stödda Språk 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:\/\/*\/*"
    ]
}