Protect Me Online

an online browsing protection tool

Protect Me Onlineคืออะไร?

Protect Me Online เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DubItDown Dudes Ltd. และคุณลักษณะหลักของมันคือ "an online browsing protection tool"

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

screenshot

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

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

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

                        Protect me online helps you stay secure online while browsing by blocking potentially dangerous sites that distribute malware and facilitate phishing attacks.

This extension is very fast, once initially loaded, the domains and pages are simply checked against known malicious urls and content - without sharing your browsing history.

You should consider downloading this extension if you want to simply enhance your protection online. Your browsing history is not shared, your webpages are locally checked on your browser only.

Protect me online works by communicating with our cloud server to get a curated list of known bad web assets and domains to deliver back a fast and instantaneous result for the page you are visiting.

This extension does NOT communicate your data to the server to be checked, but rather uses already loaded data to check and validate the pages viewed locally on your device. 

----------------------------------------------------

Disclaimer:

Please note, this extension cannot replace a responsible and diligent user so please utilize this extension along with your skillset to stay safe online.

----------------------------------------------------

Policy Disclaimer:

You can uninstall the ProtectMeOnline extension whenever you want from your chrome panel.
We suggest always verifying the websites you visit online.

Please share your experience and feedback in the chrome store!                    

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

ชื่อ Protect Me Online Protect Me Online
ID cfmfcjflmheajmdmechcgnlonajnhhmd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/protect-me-online/cfmfcjflmheajmdmechcgnlonajnhhmd
คำอธิบาย an online browsing protection tool
ขนาดไฟล์ 149 KB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2020-02-20
วันที่เผยแพร่ 2020-02-20
ผู้พัฒนา DubItDown Dudes Ltd.
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "html\/popup.html",
        "default_title": "Protection"
    },
    "icons": {
        "32": "images\/icon-32.png",
        "128": "images\/icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "permissions": [
        "storage",
        "tabs",
        "idle",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "images\/icon-32.png",
        "images\/icon-128.png",
        "css\/content.css"
    ],
    "content_scripts": [
        {
            "exclude_globs": [
                "*:\/\/mail*",
                "*:\/\/onlinebanking*"
            ],
            "exclude_matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/gmail.com\/*",
                "*:\/\/mail.google.com\/*",
                "*:\/\/*.paypal.com\/*",
                "*:\/\/youtube.com\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "name": "Protect Me Online",
    "version": "0.0.3",
    "description": "an online browsing protection tool"
}