CryptoMining Blocker

CryptoMining Blocker extension for Chrome blocks cryptomining websites, inline mining script and helps to do safe-browsing.

CryptoMining Blocker क्या है?

CryptoMining Blocker D09r द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "CryptoMining Blocker extension for Chrome blocks cryptomining websites, inline mining script and helps to do safe-browsing."।

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

screenshot
screenshot

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

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

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

                        A free Crypto Mining Blocker extension for Google Chrome to block crypto mining websites, inline mining script in websites and helps to do safe-browsing.

Also, CryptoMining Blocker extension available for Firefox (Windows, Mac) and Firefox on Android phone, download it from official Firefox Add-ons site https://addons.mozilla.org/en-US/firefox/addon/cryptomining-blocker/

v0.0.13 - Oct 26, 2019
- Removed the false-positive item "player.h-cdn.com" from the blacklist
- Added the option to report the false positives

v0.0.11 - Jun 9, 2018
- Statistics of miners detected and blocked
- Updated miners blocklist

v0.0.10 - May 25, 2018
- Alert the user about crypto-mining detected and blocked in the website through a browser notification
- Displays active mining blocked details such numbers in an extension icon

v0.0.9 - May 22, 2018
- Detects and blocks the crypto mining in the websites

Hey, I'd like to hear your feedback! Please, write your valuable review to enhance this extension.

#d09r


For Chrome: https://chrome.google.com/webstore/search/d09r?_category=extensions
For Firefox: https://addons.mozilla.org/en-US/firefox/user/D09r/                    

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

नाम CryptoMining Blocker CryptoMining Blocker
ID fnmgefajmfpflnopkgeodcbfkgpkbcaa
आधिकारिक URL https://chromewebstore.google.com/detail/cryptomining-blocker/fnmgefajmfpflnopkgeodcbfkgpkbcaa
विवरण CryptoMining Blocker extension for Chrome blocks cryptomining websites, inline mining script and helps to do safe-browsing.
फ़ाइल का आकार 99.27 KB
स्थापना संख्या 2,946
वर्तमान संस्करण 0.0.13
अंतिम अपडेट 2019-10-30
प्रकाशन तिथि 2019-10-29
रेटिंग 5.00/5 कुल 13 रेटिंग्स
डेवलपर D09r
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://chrome.google.com/webstore/search/d09r?_category=extensions
गोपनीयता नीति पृष्ठ URL https://feedproxy.tumblr.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CryptoMining Blocker",
    "description": "CryptoMining Blocker extension for Chrome blocks cryptomining websites, inline mining script and helps to do safe-browsing.",
    "version": "0.0.13",
    "short_name": "CryptoMining Blocker",
    "author": "D09r",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/search\/d09r?_category=extensions",
    "icons": {
        "16": "img\/coin_16.png",
        "32": "img\/coin_32.png",
        "48": "img\/coin_48.png",
        "64": "img\/coin_64.png",
        "128": "img\/coin_128.png"
    },
    "permissions": [
        "storage",
        "notifications",
        "background",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "img\/coin_16.png",
        "default_title": "CryptoMining Blocker",
        "default_popup": "popup.html"
    }
}