NiceHash Unpaid Balance

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

NiceHash Unpaid Balanceคืออะไร?

NiceHash Unpaid Balance เป็นส่วนขยายของ Chrome ที่พัฒนาโดย KENGO WEB และคุณลักษณะหลักของมันคือ "See how much you mined in BTC and in USD on NiceHash in realtime!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NiceHash Unpaid Balance

ดาวน์โหลดไฟล์ส่วนขยาย 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
}