MyGuard

Warns users about unreliable sites and companies.

MyGuardคืออะไร?

MyGuard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MyGuard และคุณลักษณะหลักของมันคือ "Warns users about unreliable sites and companies."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Do you want an easy way to avoid scammers online? 

MyGuard is designed to protect its users from scammers, warn about untrustworthy sites, and stop you from unintentionally downloading harmful software to your computer. 

We subscribe to several blacklists from third parties and can't ourselves remove blacklisted sites. A shield will appear next to the blacklisted site, and if you hover over it you will get more information. 

In version 7.0.2 have we added support for Ukraine and to support them have we added an category that advise you that the service you are about to visit or user have benifitial owners from Russian elite and you perhaps should refrain from using their services for now.

Stay safe, use MyGuard                    

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

ชื่อ MyGuard MyGuard
ID doakjmkgndbnkohimoehbnoijnbfnfbc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/myguard/doakjmkgndbnkohimoehbnoijnbfnfbc
คำอธิบาย Warns users about unreliable sites and companies.
ขนาดไฟล์ 206 KB
จำนวนการติดตั้ง 177
เวอร์ชันปัจจุบัน 7.0.4
อัปเดตครั้งล่าสุด 2022-03-08
วันที่เผยแพร่ 2020-10-05
ผู้พัฒนา MyGuard
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://myguard.online/
URL หน้านโยบายความเป็นส่วนตัว https://myguard.online/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MyGuard",
    "version": "7.0.4",
    "manifest_version": 2,
    "description": "Warns users about unreliable sites and companies.",
    "homepage_url": "https:\/\/myguard.online\/",
    "icons": {
        "16": "icons\/logo_16x16.png",
        "48": "icons\/logo_48x48.png",
        "128": "icons\/logo_128x128.png"
    },
    "permissions": [
        "*:\/\/unshorten.me\/*",
        "storage"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "background": {
        "page": "background-script\/index.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "options-popup\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "css": [
                "content-script\/index.css",
                "content-script\/modal\/index.css"
            ],
            "js": [
                "content-script\/jquery\/jquery-3.1.1.js",
                "content-script\/jquery\/mutation-summary.js",
                "content-script\/jquery\/jquery.mutation-summary.js",
                "content-script\/index.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/*"
    ]
}