BrowserWall

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

O que é BrowserWall?

BrowserWall é uma extensão do Chrome desenvolvida por https://browserwall.com, e sua principal característica é "BrowserWall is a security add-on that will improve your online safety. BrowserWall gives you instant protection from the online…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão BrowserWall

Baixe arquivos de extensão BrowserWall no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome BrowserWall BrowserWall
ID pppjpgngihocgpbiofdhconpbfinimnn
URL Oficial https://chromewebstore.google.com/detail/browserwall/pppjpgngihocgpbiofdhconpbfinimnn
Descrição BrowserWall is a security add-on that will improve your online safety. BrowserWall gives you instant protection from the online…
Tamanho do Arquivo 654 KB
Contagem de Instalações 833
Versão Atual 4.1 build 20220804
Última Atualização 2022-08-05
Data de Publicação 2019-05-21
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor https://browserwall.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://browserwall.com/
URL da Página de Política de Privacidade https://browserwall.com/privacy&usage.html
Idiomas Suportados 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"
    }
}