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.".
Снимки экрана расширения
Скачать файл CRX расширения HashFair
Скачайте файлы расширений HashFair в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 |
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\/*" ] } |