Mining Hub Pool Balance Profit Displayer

Shows how much you have mined in USD for various altcoins in miningpoolhub.

Mining Hub Pool Balance Profit Displayerคืออะไร?

Mining Hub Pool Balance Profit Displayer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย KENGO WEB และคุณลักษณะหลักของมันคือ "Shows how much you have mined in USD for various altcoins in miningpoolhub."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mining Hub Pool Balance Profit Displayer

ดาวน์โหลดไฟล์ส่วนขยาย Mining Hub Pool Balance Profit Displayer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Simple extension that will show how much you have mined in USD.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Mining Hub Pool Balance Profit Displayer Mining Hub Pool Balance Profit Displayer
ID bndmmaoidbgfbepbkpifdbcfnnjjdgab
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/mining-hub-pool-balance-p/bndmmaoidbgfbepbkpifdbcfnnjjdgab
คำอธิบาย Shows how much you have mined in USD for various altcoins in miningpoolhub.
ขนาดไฟล์ 38.65 KB
จำนวนการติดตั้ง 34
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-04-28
วันที่เผยแพร่ 2018-04-28
คะแนน 3.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา KENGO WEB
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mining Hub Pool Balance Profit Displayer",
    "description": "Shows how much you have mined in USD for various altcoins in miningpoolhub.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery-3.2.1.slim.min.js",
                "extension.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "jquery-3.2.1.slim.min.js"
        ]
    }
}