BrowserWall

BrowserWall is a security add-on that will improve your online safety. BrowserWall gives you instant protection from the online…

Qu'est-ce que BrowserWall ?

BrowserWall est une extension Chrome développée par https://browserwall.com, et sa fonction principale est "BrowserWall is a security add-on that will improve your online safety. BrowserWall gives you instant protection from the online…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension BrowserWall

Téléchargez les fichiers d'extension BrowserWall 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

                        BrowserWall is a security add-on that will improve your online safety.

BrowserWall gives you instant protection from the online threats.

Advanced mechanisms scans the internet for malware, phishing, fake shops and updates online database with the new detection signatures. Additionaly PREBYTES Security Incident Response Team analyze new threats and updates signatures for better protection.

BrowserWall is a product of a company specializing in cybersecurity.                    

Informations de Base sur l'Extension

Nom BrowserWall BrowserWall
ID pppjpgngihocgpbiofdhconpbfinimnn
URL Officiel https://chromewebstore.google.com/detail/browserwall/pppjpgngihocgpbiofdhconpbfinimnn
Description BrowserWall is a security add-on that will improve your online safety. BrowserWall gives you instant protection from the online…
Taille du Fichier 654 KB
Nombre d'Installations 833
Version Actuelle 4.1 build 20220804
Dernière Mise à Jour 2022-08-05
Date de Publication 2019-05-21
Évaluation 5.00/5 Total 7 Évaluations
Développeur https://browserwall.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://browserwall.com/
URL de la Page de Politique de Confidentialité https://browserwall.com/privacy&usage.html
Langues Prises en Charge de,en,es,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BrowserWall",
    "short_name": "BW",
    "background": {
        "scripts": [
            "scripts\/sha1.js",
            "main.js"
        ]
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "styles\/main.css",
        "scripts\/sha1.js",
        "alert\/*"
    ],
    "browser_action": {
        "default_icon": "icons\/icon_32.png",
        "default_title": "BrowserWall",
        "default_popup": "options\/options_popup_menu.html"
    },
    "version": "4.1",
    "version_name": "4.1 build 20220804",
    "default_locale": "en",
    "minimum_chrome_version": "50",
    "options_ui": {
        "page": "options\/options_popup.html",
        "chrome_style": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "system.cpu",
        "system.memory",
        "notifications",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "64": "icons\/icon_64.png",
        "128": "icons\/icon_128.png",
        "256": "icons\/icon_256.png"
    }
}