Browser Shield

Block hidden coin miners using your computer ressources, keep you safe from malwares.

What is Browser Shield?

Browser Shield is a Chrome extension developed by MIMIZA, and its main feature is "Block hidden coin miners using your computer ressources, keep you safe from malwares.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Browser Shield Extension CRX File

Download Browser Shield 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

                        BROWSER SHIELD:

- Automatically detects and blocks malwares;
- Automatically detects and blocks coin miners.

YOU CAN:

- Unblock websites by adding them to your Whitelist;
- Activate or Deactivate Browser Shield when you want.

This software is FREE and will forever be free for your safety. Happy browsing!                    

Extension Basic Information

Name Browser Shield Browser Shield
ID hoggolhdghfejemcpcdhipafpbhdkhea
Official URL https://chrome.google.com/webstore/detail/browser-shield/hoggolhdghfejemcpcdhipafpbhdkhea
Description Block hidden coin miners using your computer ressources, keep you safe from malwares.
File Size 113 KB
Installation Count 183
Current Version 1.3
Last Updated 2018-09-14
Publish Date 2018-09-14
Rating 5.00/5 Total 1 Ratings
Developer MIMIZA
Payment Type free
Extension Website https://www.mimiza.com/browser-shield
Help Page URL https://www.mimiza.com/support
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Browser Shield",
    "description": "Block hidden coin miners using your computer ressources, keep you safe from malwares.",
    "version": "1.3",
    "manifest_version": 2,
    "author": "MIMIZA",
    "permissions": [
        "activeTab",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "128": "\/img\/logo.png"
    },
    "web_accessible_resources": [
        "blacklist.txt",
        "html\/blocking.html",
        "js\/background.js"
    ],
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Browser Shield",
        "default_icon": {
            "128": "\/img\/symbol-activated.png"
        },
        "default_popup": "\/html\/popup.html"
    }
}