Ninja Account

Ninja Account helps you being free on the web

什么是Ninja Account?

Ninja Account是由heyhothatiscool开发的Chrome扩展程序,该扩展的主要功能是“Ninja Account helps you being free on the web”。

扩展截图

screenshot

下载Ninja Account扩展crx文件

下载Ninja Account扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Ninja Account Ninja Account
ID opejinbmchlfkhelhaeepfnmliphkfic
官方URL https://chromewebstore.google.com/detail/ninja-account/opejinbmchlfkhelhaeepfnmliphkfic
简介 Ninja Account helps you being free on the web
文件大小 1.21 MB
安装次数 34
当前版本 0.0.2
更新时间 2017-08-25
上架时间 2017-08-25
评分 5.00/5 共2次评分
开发者 heyhothatiscool
付费类型 free
支持的语言 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:\/\/*\/*"
    ]
}