Qualys BrowserCheck CoinBlocker

Extension to detect & block Javascript based coin mining links

What is Qualys BrowserCheck CoinBlocker?

Qualys BrowserCheck CoinBlocker is a Chrome extension developed by Qualys Inc., and its main feature is "Extension to detect & block Javascript based coin mining links".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Qualys BrowserCheck CoinBlocker Extension CRX File

Download Qualys BrowserCheck CoinBlocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Qualys CoinBlocker extension enables blocking of browser based coin-mining attacks. Along with blacklisting & whitelisting of domains, it also supports advanced javascript scanning to identify & block malicious javascript functions. Extension can also identify & block malicious coin mining advertisements loaded inside iframe by third party ads.                    

Extension Basic Information

Name Qualys BrowserCheck CoinBlocker Qualys BrowserCheck CoinBlocker
ID jdocohkgkgpminecekdnkoljcffebkgc
Official URL https://chromewebstore.google.com/detail/qualys-browsercheck-coinb/jdocohkgkgpminecekdnkoljcffebkgc
Description Extension to detect & block Javascript based coin mining links
File Size 164 KB
Installation Count 999
Current Version 1.5.1
Last Updated 2019-02-18
Publish Date 2019-02-15
Rating 5.00/5 Total 12 Ratings
Developer Qualys Inc.
Email [email protected]
Payment Type free
Extension Website https://browsercheck.qualys.com
Help Page URL https://www.qualys.com/docs/qualys-browsercheck-coinblocker-user-guide.pdf
Privacy Policy Page URL https://www.qualys.com/company/privacy/statement
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Qualys BrowserCheck CoinBlocker",
    "description": "Extension to detect & block Javascript based coin mining links",
    "version": "1.5.1",
    "icons": {
        "48": "images\/48px.png",
        "128": "images\/128px.png",
        "16": "images\/16px.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage",
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*\/",
        "http:\/\/*\/",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/info.js",
            "js\/loader.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Qualys BrowserCheck CoinBlocker",
        "default_popup": "coinblocker.html",
        "default_icon": "images\/16px.png"
    },
    "manifest_version": 2
}