HashFair reborn

Help HashFlare customers to see and analyze real payout data.

HashFair rebornคืออะไร?

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

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

screenshot
screenshot

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

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

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

                        Analytics for HashFlare cloud mining. Supplement that shows real income on site hashflare.io. Automatically changes the charts and payout data on the page: https://hashflare.io/panel. Project is opensource.
Private policy: https://raw.githubusercontent.com/mhthnz/hashfair-chrome/master/policy.txt                    

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

ชื่อ HashFair reborn HashFair reborn
ID ogiegfgghlangemlggeoogaadkebmibh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hashfair-reborn/ogiegfgghlangemlggeoogaadkebmibh
คำอธิบาย Help HashFlare customers to see and analyze real payout data.
ขนาดไฟล์ 410 KB
จำนวนการติดตั้ง 1,414
เวอร์ชันปัจจุบัน 2.3
อัปเดตครั้งล่าสุด 2017-12-03
วันที่เผยแพร่ 2017-12-01
คะแนน 4.90/5 รวมทั้งหมด 381 คะแนน
ผู้พัฒนา mhthnz
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/mhthnz/hashfair-chrome
URL หน้าช่วยเหลือ https://github.com/mhthnz/hashfair-chrome
URL หน้านโยบายความเป็นส่วนตัว https://raw.githubusercontent.com/mhthnz/hashfair-chrome/master/policy.txt
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "vendor\/jquery.js",
                "vendor\/moment.min.js",
                "vendor\/helpers.js",
                "vendor\/flot\/jquery.flot.js",
                "vendor\/flot\/jquery.flot.time.js",
                "vendor\/flot\/jquery.flot.tooltip.min.js"
            ],
            "matches": [
                "https:\/\/hashflare.io\/panel",
                "https:\/\/hashflare.io\/panel\/",
                "https:\/\/hashflare.io\/panel\/?*",
                "https:\/\/hashflare.io\/panel\/#*",
                "https:\/\/hashflare.io\/panel#*",
                "https:\/\/hashflare.io\/panel?*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "vendor\/Options.js",
            "Init.js"
        ]
    },
    "description": "Help HashFlare customers to see and analyze real payout data.",
    "icons": {
        "128": "images\/icon-128.png",
        "48": "images\/icon-48.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "images\/icon-128.png",
        "default_title": "HashFair - reborn"
    },
    "manifest_version": 2,
    "name": "HashFair reborn",
    "permissions": [
        "https:\/\/hashflare.io\/panel",
        "https:\/\/*.btc.com\/*",
        "https:\/\/www.coingecko.com\/en\/chart\/*",
        "https:\/\/www.litecoinpool.org\/pools",
        "https:\/\/api.cryptonator.com\/api\/ticker\/*",
        "tabs",
        "activeTab",
        "background",
        "storage"
    ],
    "short_name": "Analytics for HashFlare cloud mining.",
    "version": "2.3",
    "web_accessible_resources": [
        "modals\/*",
        "images\/*",
        "modules\/*",
        "languages\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}