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은(는) KENGO WEB에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows how much you have mined in USD for various altcoins in miningpoolhub."입니다.

Mining Hub Pool Balance Profit Displayer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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"
        ]
    }
}