MineBlock

Chrome extension that blocks cryptocurrency miners all over the web.

MineBlock क्या है?

MineBlock evantotech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension that blocks cryptocurrency miners all over the web."।

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

screenshot

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

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

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

                        Coin Miner Block is an extremely useful chrome extension that blocks Cryptocurrencies mining scripts.

The extension both blocks all requests from coinhive (and other mining scripts) and removes the script from the DOM before it loads.

Coin miner block allows you to prevent cryptojacking from miners using your CPU, all over the web.

Stop browser coin mining. Don't let cryptojacking corrupt your computer. 

Changelog 1.2.1:

- added new blocking function
- small script optimizations                    

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

नाम MineBlock MineBlock
ID moojcepeinhghlmbaggfpogokkobnljk
आधिकारिक URL https://chrome.google.com/webstore/detail/mineblock/moojcepeinhghlmbaggfpogokkobnljk
विवरण Chrome extension that blocks cryptocurrency miners all over the web.
फ़ाइल का आकार 1000 KB
स्थापना संख्या 396
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2018-02-22
प्रकाशन तिथि 2018-02-22
डेवलपर evantotech
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://copacoin.co/
सहायता पृष्ठ URL https://copacoin.co/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MineBlock",
    "description": "Chrome extension that blocks cryptocurrency miners all over the web.",
    "homepage_url": "https:\/\/copacoin.co\/",
    "version": "1.0.0",
    "icons": {
        "128": "src\/img\/icon.png"
    },
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "src\/overview.html"
    },
    "background": {
        "scripts": [
            "src\/js\/block.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "storage",
        "notifications",
        "tabs"
    ]
}