BrowserWall

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

BrowserWall là gì?

BrowserWall là một tiện ích mở rộng Chrome được phát triển bởi https://browserwall.com, và tính năng chính của nó là "BrowserWall is a security add-on that will improve your online safety. BrowserWall gives you instant protection from the online…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng BrowserWall

Tải xuống các tệp mở rộng BrowserWall dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BrowserWall BrowserWall
ID pppjpgngihocgpbiofdhconpbfinimnn
URL Chính Thức https://chromewebstore.google.com/detail/browserwall/pppjpgngihocgpbiofdhconpbfinimnn
Mô tả BrowserWall is a security add-on that will improve your online safety. BrowserWall gives you instant protection from the online…
Kích Thước Tệp 654 KB
Số Lần Cài Đặt 833
Phiên Bản Hiện Tại 4.1 build 20220804
Cập Nhật Lần Cuối 2022-08-05
Ngày Phát Hành 2019-05-21
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://browserwall.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://browserwall.com/
URL Trang Chính Sách Bảo Mật https://browserwall.com/privacy&usage.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}