HashFair
Help HashFlare customers to see and analyze real payout data.
Co to jest HashFair?
HashFair to rozszerzenie Chrome opracowane przez HashFair, a jego główną funkcją jest „Help HashFlare customers to see and analyze real payout data.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia HashFair
Pobierz pliki rozszerzeń HashFair w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bjkankegappneledmkoephpodobfmlhh |
| Oficjalny URL | https://chromewebstore.google.com/detail/hashfair/bjkankegappneledmkoephpodobfmlhh |
| Opis | Help HashFlare customers to see and analyze real payout data. |
| Rozmiar pliku | 443 KB |
| Liczba instalacji | 816 |
| Aktualna Wersja | 1.5 |
| Ostatnia Aktualizacja | 2017-08-10 |
| Data Publikacji | 2017-08-10 |
| Ocena | 4.82/5 Łącznie 51 Oceny |
| Deweloper | HashFair |
| Typ Płatności | free |
| Strona Rozszerzenia | https://twitter.com/HashFairPlugin |
| Adres URL Strony Pomocy | https://www.facebook.com/hashfair/ |
| Obsługiwane Języki | 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\/*"
]
} | |