Web Guardian

Protect your browser and personal information with Web Guardian

Web Guardianคืออะไร?

Web Guardian เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sofia.republic และคุณลักษณะหลักของมันคือ "Protect your browser and personal information with Web Guardian"

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

screenshot
screenshot

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

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

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

                        Web Guarding protects your browser from visiting harmful sites.
We detect in real time if you visit an unsecure site and provide a a warning.
However you can pause/ deactivate the warning for any site and browse it without delay.


With installing the browser extension you give your consent to our privacy policy.
You can see our privacy policy here.                    

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

ชื่อ Web Guardian Web Guardian
ID heldjbkamhpgicafaahiilnbjnpgmffl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/web-guardian/heldjbkamhpgicafaahiilnbjnpgmffl
คำอธิบาย Protect your browser and personal information with Web Guardian
ขนาดไฟล์ 105 KB
จำนวนการติดตั้ง 29,231
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2021-09-21
วันที่เผยแพร่ 2021-06-18
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา sofia.republic
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.web-guardian.xyz/
URL หน้านโยบายความเป็นส่วนตัว https://www.web-guardian.xyz/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Guardian",
    "manifest_version": 2,
    "version": "1.3",
    "description": "Protect your browser and personal information with Web Guardian",
    "background": {
        "scripts": [
            "vendor\/browser-polyfill.min.js",
            "vendor\/jsencrypt.min.js",
            "utils\/tlds.js",
            "js\/background-scripts\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "",
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_icon": "assets\/icons\/19.png",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "assets\/icons\/16.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "web_accessible_resources": [
        "blocking-iframe\/blocking-iframe.html",
        "consent-screen\/data-control.html"
    ]
}