Browser Protector

A cyber security solution for in-browser harmful site blocking.

Browser Protector란 무엇입니까?

Browser Protector은(는) londonbond526에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A cyber security solution for in-browser harmful site blocking."입니다.

확장 프로그램 스크린샷

screenshot

Browser Protector 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Protect your browser with Browser Protector. We watch for you all sites you visit.
When we detect a harmful site. We give you a warning in your tab. You can chose to ignore the message and continue browsing the site if you think it is safe or close the visited site.
However you can always decide to pause notification for sites if you think it is safe.

By installing the browser extension you agree to our privacy policy: https://www.brsr-prtctr.com/privacy-policy                    

확장 프로그램 기본 정보

이름 Browser Protector Browser Protector
ID loonbfhiefnnfhgpmggdnfmdiednolch
공식 URL https://chrome.google.com/webstore/detail/browser-protector/loonbfhiefnnfhgpmggdnfmdiednolch
설명 A cyber security solution for in-browser harmful site blocking.
파일 크기 119 KB
설치 횟수 4,000
현재 버전 1.0
최근 업데이트 2021-09-28
출시 날짜 2021-09-28
평점 1.00/5 총 1 개의 평점
개발자 londonbond526
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.brsr-prtctr.com/
개인정보 보호 정책 페이지 URL https://www.brsr-prtctr.com/privacy-policy
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Browser Protector",
    "manifest_version": 2,
    "version": "1.0",
    "description": "A cyber security solution for in-browser harmful site blocking.",
    "background": {
        "scripts": [
            "vendor\/browser-polyfill.min.js",
            "vendor\/jsencrypt.min.js",
            "background-scripts\/tlds.js",
            "background-scripts\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "",
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_icon": {
            "19": "assets\/icons\/19_x_19.png",
            "38": "assets\/icons\/38_x_38.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "assets\/icons\/16_x_16.png",
        "48": "assets\/icons\/48_x_48.png",
        "128": "assets\/icons\/128_x_128.png"
    },
    "web_accessible_resources": [
        "pages\/warning-pages\/warning-page.html",
        "pages\/consent-screen\/data-control.html"
    ]
}