HashFair reborn

Help HashFlare customers to see and analyze real payout data.

什麼是HashFair reborn?

HashFair reborn是由mhthnz開發的Chrome擴展程式,該擴展的主要功能是“Help HashFlare customers to see and analyze real payout data.”。

擴展截圖

screenshot
screenshot

下載HashFair reborn擴展crx文件

下載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
官方網址 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'"
}