HashFair reborn

Help HashFlare customers to see and analyze real payout data.

HashFair reborn क्या है?

HashFair reborn mhthnz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Help HashFlare customers to see and analyze real payout data."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HashFair reborn एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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