Browser Protector

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

Browser Protectorคืออะไร?

Browser Protector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย londonbond526 และคุณลักษณะหลักของมันคือ "A cyber security solution for in-browser harmful site blocking."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Browser Protector

ดาวน์โหลดไฟล์ส่วนขยาย Browser Protector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}