HashFair reborn

Help HashFlare customers to see and analyze real payout data.

ما هو HashFair reborn؟

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

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

screenshot
screenshot

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

قم بتنزيل ملفات الامتداد HashFair reborn بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://github.com/mhthnz/hashfair-chrome
عنوان صفحة سياسة الخصوصية 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'"
}