Browser Guard

Protect browsers from accessing untrusted websites.

Browser Guardคืออะไร?

Browser Guard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PhishAnatomy และคุณลักษณะหลักของมันคือ "Protect browsers from accessing untrusted websites."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Browser Guard intercepts all top-level navigation requests and checks if the destination is on your list of trusted domains. If it is not found, the request is blocked, and you're given the option to temporarily or permanently trust the domain.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Browser Guard Browser Guard
ID pkmhephjkgkjgfmpjcdjapkmjappfbjf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/browser-guard/pkmhephjkgkjgfmpjcdjapkmjappfbjf
คำอธิบาย Protect browsers from accessing untrusted websites.
ขนาดไฟล์ 221 KB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2022-01-24
วันที่เผยแพร่ 2022-01-17
ผู้พัฒนา PhishAnatomy
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/phishanatomy/Browser-Guard
URL หน้าช่วยเหลือ https://github.com/phishanatomy/Browser-Guard/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "version": "0.0.3",
    "manifest_version": 2,
    "content_security_policy": "default-src 'self';",
    "icons": {
        "16": "art\/browser-guard-16.png",
        "24": "art\/browser-guard-24.png",
        "32": "art\/browser-guard-32.png",
        "48": "art\/browser-guard-48.png",
        "64": "art\/browser-guard-64.png",
        "128": "art\/browser-guard-128.png",
        "256": "art\/browser-guard-256.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "art\/browser-guard-16.png",
            "24": "art\/browser-guard-24.png",
            "32": "art\/browser-guard-32.png",
            "48": "art\/browser-guard-48.png",
            "64": "art\/browser-guard-64.png"
        },
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "storage",
        ""
    ],
    "background": {
        "page": "html\/background.html",
        "persistent": true
    },
    "web_accessible_resources": [
        "html\/blocked.html"
    ]
}