Miners Shield

Blocks cryptocurrency miners all over the web.

Miners Shield क्या है?

Miners Shield dimitar.rangelov9 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Blocks cryptocurrency miners all over the web."।

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

screenshot
screenshot
screenshot

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

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

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

                        Miners Shield is #1 Miner Blocker, helps to stop coin miners, cryptojackers and block mining scripts from your CPU. Best MinerBlock tool.

Miners Shield is the most trusted MinerBlocker, which blocks hidden miners on each website you visit! Miners Shield is preventing cryptojacking scripts from mining using your CPU.                    

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

नाम Miners Shield Miners Shield
ID kenkfifencmkppalflbkaiigbkgljkno
आधिकारिक URL https://chromewebstore.google.com/detail/miners-shield/kenkfifencmkppalflbkaiigbkgljkno
विवरण Blocks cryptocurrency miners all over the web.
फ़ाइल का आकार 193 KB
स्थापना संख्या 114
वर्तमान संस्करण 0.1.6
अंतिम अपडेट 2017-10-30
प्रकाशन तिथि 2017-10-30
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर dimitar.rangelov9
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Miners Shield ",
    "description": "Blocks cryptocurrency miners all over the web.",
    "version": "0.1.6",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "js\/utils.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "19": "icons\/icon.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "icons": [
            "icons\/icon.png"
        ],
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "web_accessible_resources": [
        "js\/minerkill.js"
    ]
}