Ninja Account

Ninja Account helps you being free on the web

Ninja Account là gì?

Ninja Account là một tiện ích mở rộng Chrome được phát triển bởi heyhothatiscool, và tính năng chính của nó là "Ninja Account helps you being free on the web".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ninja Account

Tải xuống các tệp mở rộng Ninja Account dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ninja Account Ninja Account
ID opejinbmchlfkhelhaeepfnmliphkfic
URL Chính Thức https://chromewebstore.google.com/detail/ninja-account/opejinbmchlfkhelhaeepfnmliphkfic
Mô tả Ninja Account helps you being free on the web
Kích Thước Tệp 1.21 MB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2017-08-25
Ngày Phát Hành 2017-08-25
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển heyhothatiscool
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}