HashFair

Help HashFlare customers to see and analyze real payout data.

HashFair란 무엇입니까?

HashFair은(는) HashFair에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Help HashFlare customers to see and analyze real payout data."입니다.

확장 프로그램 스크린샷

screenshot

HashFair 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}