NiceHash Unpaid Balance

See how much you mined in BTC and in USD on NiceHash in realtime!

NiceHash Unpaid Balanceとは何ですか?

NiceHash Unpaid BalanceはKENGO WEBによって開発されたChromeの拡張機能で、その主な機能は「See how much you mined in BTC and in USD on NiceHash in realtime!」です。

拡張機能のスクリーンショット

screenshot
screenshot

NiceHash Unpaid Balance拡張機能のCRXファイルをダウンロード

NiceHash Unpaid Balance拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Simple yet effective tool that displays how much you've mined through NiceHash in real-time. Displays in dollars on the actual Google Chrome extension how much you have in unpaid balance. Keep track effortlessly on much money you are earning. 

Also displays the current Bitcoin price.                    

拡張機能の基本情報

名前 NiceHash Unpaid Balance NiceHash Unpaid Balance
ID ofhceimamcagkejnidljnlckneidpccl
公式URL https://chromewebstore.google.com/detail/nicehash-unpaid-balance/ofhceimamcagkejnidljnlckneidpccl
説明 See how much you mined in BTC and in USD on NiceHash in realtime!
ファイルサイズ 48.56 KB
インストール数 73
現在のバージョン 1.0
最終更新日 2018-04-30
公開日 2018-04-30
評価 2.33/5 合計 3 レビュー
開発者 KENGO WEB
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Moses Johansson",
    "homepage_url": "http:\/\/kengoweb.net",
    "name": "NiceHash Unpaid Balance",
    "version": "1.0",
    "description": "See how much you mined in BTC and in USD on NiceHash in realtime!",
    "background": {
        "scripts": [
            "jquery-3.3.1.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "images\/get_started128.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        },
        "default_title": "NiceHash Unpaid Balance",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content-script.js"
            ]
        }
    ],
    "manifest_version": 2
}