Online Security Guard

Protect your digital privacy and enjoy safe browsing experience

Online Security Guardคืออะไร?

Online Security Guard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Budapest Chrome Extensions และคุณลักษณะหลักของมันคือ "Protect your digital privacy and enjoy safe browsing experience"

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

screenshot
screenshot

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

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

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

                        Bumping into the wrong website can infect your PC with malware. Online Security Guard attempts to block and warn you of malicious, virus-hosting sites by tagging websites with a rating of Safe or Not Safe based on input from users; you can share feedback too.


By installing this extension in your browser, you acknowledge that you have read and agree to our Privacy Policy (https://www.onlinesecurity-extension.com/privacy-policy), which governs the download and use of the selected product.                    

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

ชื่อ Online Security Guard Online Security Guard
ID pdbpchopfcmiopjiijdfipdojgdigplf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/online-security-guard/pdbpchopfcmiopjiijdfipdojgdigplf
คำอธิบาย Protect your digital privacy and enjoy safe browsing experience
ขนาดไฟล์ 117 KB
จำนวนการติดตั้ง 505
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-09-23
วันที่เผยแพร่ 2021-09-23
คะแนน 5.00/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา Budapest Chrome Extensions
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.onlinesecurity-extension.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "1.0.0",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Online Security Guard Extension",
        "default_popup": "index.html"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ]
    },
    "permissions": [
        "",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ]
}