Miner Blocker - Block Coin Miners

Auto Block from Crypto Miners on all websites.

Co je Miner Blocker - Block Coin Miners?

Miner Blocker - Block Coin Miners je rozšíření Chrome vyvinuté freshtools.cmp, a jeho hlavní funkcí je „Auto Block from Crypto Miners on all websites.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Miner Blocker - Block Coin Miners

Stáhněte si soubory rozšíření Miner Blocker - Block Coin Miners 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í

                        This easy to use Chrome anti-miner extension blocks all known crypto currency mining scripts that are spreading on the internet and on your favorite websites.
Numbers of crypto miners for websites are constantly growing, bringing new online mining pools like CoinHive that are using JS codes to mine coins on webmasters websites. Following CoinHive’s or similar pools easy instructions webmasters insert their codes to their sites ending up in consuming up to 70% of your CPU, or any other their sites visitor's.  This slows down your PC, increases your computers power consumption and drains your laptops battery.

Miner block allows you block miner JS script just before in loads and stop mining on websites using your computers CPU. This extension analyzes scripts that your open websites are running helping you to detect and block mining Bitcoin, Monero or other crypto currencies on the go. Using our extension, you can stop alt coin mining, block bitcoin mining in your browser with just few clicks. Miner block is a versatile anti miner crypto blocker extension that shows you what number miners got blocked on websites in real-time.                    

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

Název Miner Blocker - Block Coin Miners Miner Blocker - Block Coin Miners
ID ejpcojkcallnhphinmknkaoojohidegf
Oficiální URL https://chrome.google.com/webstore/detail/miner-blocker-block-coin/ejpcojkcallnhphinmknkaoojohidegf
Popis Auto Block from Crypto Miners on all websites.
Velikost souboru 301 KB
Počet instalací 20,087
Aktuální Verze 1.1.3
Poslední Aktualizace 2018-01-23
Datum Vydání 2018-01-23
Hodnocení 4.00/5 Celkem 55 Hodnocení
Vývojář freshtools.cmp
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://parentalcontrol.site/privacy
Podporované Jazyky de,en,fr,nl,no,tr,es,it,hu,pl,pt-BR,bg,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "libs\/jquery.min.js",
            "core\/utils.js",
            "core\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/icons\/icon.png",
        "default_popup": "popup\/popup.html",
        "icons": [
            "assets\/icons\/icon.png"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "assets\/icons\/icon_128.png",
        "19": "assets\/icons\/icon.png",
        "48": "assets\/icons\/icon_48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "options_page": "options\/options.html",
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "",
        "*:\/\/*\/*"
    ],
    "short_name": "MinerBlocker",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.3",
    "web_accessible_resources": [
        "content\/minerkill.js"
    ]
}