HashFair

Help HashFlare customers to see and analyze real payout data.

ما هو HashFair؟

HashFair هو إضافة Chrome تم تطويرها بواسطة HashFair، والميزة الرئيسية لها هي "Help HashFlare customers to see and analyze real payout data.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة HashFair

قم بتنزيل ملفات الامتداد HashFair بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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\/*"
    ]
}