Browser Protector

A cyber security solution for in-browser harmful site blocking.

What is Browser Protector?

Browser Protector is a Chrome extension developed by londonbond526, and its main feature is "A cyber security solution for in-browser harmful site blocking.".

Extension Screenshots

screenshot

Download Browser Protector Extension CRX File

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

                        Protect your browser with Browser Protector. We watch for you all sites you visit.
When we detect a harmful site. We give you a warning in your tab. You can chose to ignore the message and continue browsing the site if you think it is safe or close the visited site.
However you can always decide to pause notification for sites if you think it is safe.

By installing the browser extension you agree to our privacy policy: https://www.brsr-prtctr.com/privacy-policy                    

Extension Basic Information

Name Browser Protector Browser Protector
ID loonbfhiefnnfhgpmggdnfmdiednolch
Official URL https://chrome.google.com/webstore/detail/browser-protector/loonbfhiefnnfhgpmggdnfmdiednolch
Description A cyber security solution for in-browser harmful site blocking.
File Size 119 KB
Installation Count 4,000
Current Version 1.0
Last Updated 2021-09-28
Publish Date 2021-09-28
Rating 1.00/5 Total 1 Ratings
Developer londonbond526
Email [email protected]
Payment Type free
Extension Website https://www.brsr-prtctr.com/
Privacy Policy Page URL https://www.brsr-prtctr.com/privacy-policy
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Browser Protector",
    "manifest_version": 2,
    "version": "1.0",
    "description": "A cyber security solution for in-browser harmful site blocking.",
    "background": {
        "scripts": [
            "vendor\/browser-polyfill.min.js",
            "vendor\/jsencrypt.min.js",
            "background-scripts\/tlds.js",
            "background-scripts\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "",
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_icon": {
            "19": "assets\/icons\/19_x_19.png",
            "38": "assets\/icons\/38_x_38.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "assets\/icons\/16_x_16.png",
        "48": "assets\/icons\/48_x_48.png",
        "128": "assets\/icons\/128_x_128.png"
    },
    "web_accessible_resources": [
        "pages\/warning-pages\/warning-page.html",
        "pages\/consent-screen\/data-control.html"
    ]
}