Browser Protector

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

Qu'est-ce que Browser Protector ?

Browser Protector est une extension Chrome développée par londonbond526, et sa fonction principale est "A cyber security solution for in-browser harmful site blocking.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Browser Protector

Téléchargez les fichiers d'extension Browser Protector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Browser Protector Browser Protector
ID loonbfhiefnnfhgpmggdnfmdiednolch
URL Officiel https://chrome.google.com/webstore/detail/browser-protector/loonbfhiefnnfhgpmggdnfmdiednolch
Description A cyber security solution for in-browser harmful site blocking.
Taille du Fichier 119 KB
Nombre d'Installations 4,000
Version Actuelle 1.0
Dernière Mise à Jour 2021-09-28
Date de Publication 2021-09-28
Évaluation 1.00/5 Total 1 Évaluations
Développeur londonbond526
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.brsr-prtctr.com/
URL de la Page de Politique de Confidentialité https://www.brsr-prtctr.com/privacy-policy
Langues Prises en Charge 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"
    ]
}