Miner Away

Stop coin miners on the web!

Co je Miner Away?

Miner Away je rozšíření Chrome vyvinuté arthurgeron, a jeho hlavní funkcí je „Stop coin miners on the web!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Miner Away

Stáhněte si soubory rozšíření Miner Away ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        # Miner Away
Miner Away denies any website's attempt to use your browser as a cryptocurrency miner.

[Opera Web Store] (https://addons.opera.com/en/extensions/details/miner-away/?display=en)

### Features
- Blocks any JavaScript or web based miners
- Allows you to Whitelist a domain
- Display the current status (i.e. No miners, Warning/Blocked and Mining)
- Instantly notifies you when a website tries to start mining. (Desktop notification)

### How?
It blocks any request made by websites that match the domains in *blacklist.txt*.

## Contribute
Report problems, suggest features or improvements.                    

Základní Informace o Rozšíření

Název Miner Away Miner Away
ID fogeciakcpgnbjjnacoddpofmlebchnn
Oficiální URL https://chromewebstore.google.com/detail/miner-away/fogeciakcpgnbjjnacoddpofmlebchnn
Popis Stop coin miners on the web!
Velikost souboru 53.6 KB
Počet instalací 156
Aktuální Verze 1.1
Poslední Aktualizace 2017-09-27
Datum Vydání 2017-09-26
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář arthurgeron
Typ Platby free
Webové stránky Rozšíření https://github.com/arthurgeron/mineraway
URL Stránky Nápovědy https://github.com/arthurgeron/mineraway
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Miner Away",
    "description": "Stop coin miners on the web!",
    "version": "1.1",
    "permissions": [
        "activeTab",
        "tabs",
        "",
        "webRequest",
        "webRequestBlocking",
        "notifications"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": "img\/logo.png",
        "64": "img\/icon.png"
    },
    "browser_action": {
        "default_title": "Miner Away - Stop coin miners on the web.",
        "default_icon": "img\/logo.png",
        "default_popup": "html\/popup.html"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "55",
    "author": "Arthur Geron"
}