Crypto Miner Blocker

This open-source extension automatically blocks Crypto Mining Scripts.

Crypto Miner Blocker क्या है?

Crypto Miner Blocker Sander द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This open-source extension automatically blocks Crypto Mining Scripts."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Crypto Miner Blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This Google Chrome extension automatically blocks known crypto web mining scripts.

Recently ThePirateBay.org and Showtime.com were caught experimenting with CoinHive, a crypto miner for websites. While this looks like a promising solution to the dying ads market, the implementation of webmasters is simply full out wrong as CoinHive itself has concluded.

A webmaster following the instructions of CoinHive's documentation will by default end up consuming up to 70% of every visitor's CPU until they close the website. While this might not be a problem for desktops engergy-wise, it will drain the battery of laptops and smartphones. And we haven't even talked about the CPU usage slowing the machine down, fan noise, heat and a shorter hardware life.

Until a proper fix is released by CoinHive - for example requiring every visitor's consent before starting mining - I recommend manually adding a few block rules to your favorite ad blocker or installing this extension.                    

एक्सटेंशन की मूल जानकारी

नाम Crypto Miner Blocker Crypto Miner Blocker
ID fekkecoifalagdiibmfnmjfmgmpblogb
आधिकारिक URL https://chromewebstore.google.com/detail/crypto-miner-blocker/fekkecoifalagdiibmfnmjfmgmpblogb
विवरण This open-source extension automatically blocks Crypto Mining Scripts.
फ़ाइल का आकार 80.35 KB
स्थापना संख्या 3,942
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2017-12-07
प्रकाशन तिथि 2017-12-07
रेटिंग 3.87/5 कुल 15 रेटिंग्स
डेवलपर Sander
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://git.io/crypto-miner-blocker
सहायता पृष्ठ URL https://git.io/crypto-miner-blocker
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto Miner Blocker",
    "description": "This open-source extension automatically blocks Crypto Mining Scripts.",
    "homepage_url": "https:\/\/git.io\/crypto-miner-blocker",
    "version": "1.2.0",
    "icons": {
        "128": "src\/img\/icon.png"
    },
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "src\/overview.html"
    },
    "background": {
        "scripts": [
            "src\/js\/blocker.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "storage",
        "notifications",
        "tabs"
    ]
}