Ninja Account

Ninja Account helps you being free on the web

Apa itu Ninja Account?

Ninja Account adalah ekstensi Chrome yang dikembangkan oleh heyhothatiscool, dan fitur utamanya adalah "Ninja Account helps you being free on the web".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Ninja Account

Unduh file ekstensi Ninja Account dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Ninja Account Ninja Account
ID opejinbmchlfkhelhaeepfnmliphkfic
URL Resmi https://chromewebstore.google.com/detail/ninja-account/opejinbmchlfkhelhaeepfnmliphkfic
Deskripsi Ninja Account helps you being free on the web
Ukuran File 1.21 MB
Jumlah Instalasi 34
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2017-08-25
Tanggal Publikasi 2017-08-25
Penilaian 5.00/5 Total 2 Penilaian
Pengembang heyhothatiscool
Tipe Pembayaran free
Bahasa yang Didukung 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:\/\/*\/*"
    ]
}