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」です。
拡張機能のスクリーンショット
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.                     拡張機能の基本情報
| 名前 |   |  
| 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:\/\/*\/*"
    ]
}  |  |