HashFair

Help HashFlare customers to see and analyze real payout data.

HashFairคืออะไร?

HashFair เป็นส่วนขยายของ Chrome ที่พัฒนาโดย HashFair และคุณลักษณะหลักของมันคือ "Help HashFlare customers to see and analyze real payout data."

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

screenshot

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

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

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

                        Find us on social network to follow news and updates:
FB - https://www.facebook.com/hashfair/
Twitter - https://twitter.com/HashFairPlugin
GitHub - https://github.com/mhthnz/hashfair-chrome                    

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

ชื่อ HashFair HashFair
ID bjkankegappneledmkoephpodobfmlhh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hashfair/bjkankegappneledmkoephpodobfmlhh
คำอธิบาย Help HashFlare customers to see and analyze real payout data.
ขนาดไฟล์ 443 KB
จำนวนการติดตั้ง 816
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2017-08-10
วันที่เผยแพร่ 2017-08-10
คะแนน 4.82/5 รวมทั้งหมด 51 คะแนน
ผู้พัฒนา HashFair
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://twitter.com/HashFairPlugin
URL หน้าช่วยเหลือ https://www.facebook.com/hashfair/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "vendor\/jquery.js",
                "vendor\/moment.min.js",
                "helpers.js",
                "helpers\/modal.js",
                "index.js",
                "vendor\/flot\/jquery.flot.js",
                "vendor\/flot\/jquery.flot.time.js",
                "vendor\/flot\/jquery.flot.tooltip.min.js",
                "balance.js",
                "modals\/donate\/donate.js",
                "modals\/about\/about.js",
                "charts.js"
            ],
            "matches": [
                "https:\/\/hashflare.io\/panel",
                "https:\/\/hashflare.io\/panel?*"
            ]
        }
    ],
    "description": "Help HashFlare customers to see and analyze real payout data.",
    "icons": {
        "128": "images\/icon-128.png",
        "48": "images\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "HashFair",
    "permissions": [
        "https:\/\/hashflare.io\/panel",
        "https:\/\/*.btc.com\/*",
        "https:\/\/www.litecoinpool.org\/pools"
    ],
    "short_name": "Analytics for HashFlare cloud mining",
    "version": "1.5",
    "web_accessible_resources": [
        "modals\/*",
        "helpers\/*",
        "images\/*"
    ]
}