BrowserWall

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

BrowserWallとは何ですか?

BrowserWallはhttps://browserwall.comによって開発されたChromeの拡張機能で、その主な機能は「BrowserWall is a security add-on that will improve your online safety. BrowserWall gives you instant protection from the online…」です。

拡張機能のスクリーンショット

screenshot
screenshot

BrowserWall拡張機能のCRXファイルをダウンロード

BrowserWall拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 BrowserWall BrowserWall
ID pppjpgngihocgpbiofdhconpbfinimnn
公式URL https://chromewebstore.google.com/detail/browserwall/pppjpgngihocgpbiofdhconpbfinimnn
説明 BrowserWall is a security add-on that will improve your online safety. BrowserWall gives you instant protection from the online…
ファイルサイズ 654 KB
インストール数 833
現在のバージョン 4.1 build 20220804
最終更新日 2022-08-05
公開日 2019-05-21
評価 5.00/5 合計 7 レビュー
開発者 https://browserwall.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://browserwall.com/
プライバシーポリシーページのURL https://browserwall.com/privacy&usage.html
対応言語 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"
    }
}