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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}