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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See how much you mined in BTC and in USD on NiceHash in realtime!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में NiceHash Unpaid Balance एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}