CHOMAR Web Protection

CHOMAR Web Protection

CHOMAR Web Protectionคืออะไร?

CHOMAR Web Protection เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CHOMAR และคุณลักษณะหลักของมันคือ "CHOMAR Web Protection"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Browse safe from phishing, malicious websites, ad and analytics trackers that track you online With CHOMAR Web Protection.

•	Protects you, from ad trackers and trackers that collects your online data.
•	CHOMAR’s reputation system; you can vote the website as dangerous and support our community.
•	Warns you when you are visiting websites that might be phishing and malicious.
•	Keeps you safe from malwares, online trackers and phishing by flagging the websites in search engines before visiting potentially dangerous websites.
•	If you have CHOMAR products installed, you can launch with CHOMAR Web Protection.
•	You can automatically remove your online information from ad and analytic tracker’s data bases.
By installing this extension to your browser, you confirm you read and agree to CHOMAR’s Privacy Policy and End User License Agreement.
https://chomar.com.tr/en/privacy.aspx
https://chomar.com.tr/en/eula.aspx                    

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

ชื่อ CHOMAR Web Protection CHOMAR Web Protection
ID helmndapdifdlinfnafjlfhdojaanogl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chomar-web-protection/helmndapdifdlinfnafjlfhdojaanogl
คำอธิบาย CHOMAR Web Protection
ขนาดไฟล์ 1.54 MB
จำนวนการติดตั้ง 51
เวอร์ชันปัจจุบัน 1.1.1312
อัปเดตครั้งล่าสุด 2023-01-31
วันที่เผยแพร่ 2022-09-01
คะแนน 5.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา CHOMAR
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://chomar.com.tr
URL หน้าช่วยเหลือ https://chomar.com.tr/en/support.aspx
URL หน้านโยบายความเป็นส่วนตัว https://chomar.com.tr/en/privacy.aspx
ภาษาที่รองรับ en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "author": "CHOMAR",
    "homepage_url": "https:\/\/chomar.com.tr",
    "description": "CHOMAR Web Protection",
    "default_locale": "en",
    "version": "1.1.1312",
    "permissions": [
        "webNavigation",
        "webRequest",
        "tabs",
        "activeTab",
        "cookies",
        "management",
        "commands",
        "nativeMessaging",
        "scripting",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ],
    "icons": {
        "16": "icons\/16chomar.png",
        "48": "icons\/48chomar.png",
        "128": "icons\/128chomar.png"
    },
    "background": {
        "service_worker": "background.js",
        "module": true
    },
    "commands": {
        "_execute_browser_action": {
            "description": "Open CHOMAR Web Protection UI",
            "suggested_key": {
                "default": "Alt + C"
            }
        },
        "open_close_settings": {
            "description": "Open \/ Close CHOMAR Web Protection Settings",
            "suggested_key": {
                "default": "Ctrl + Shift + S"
            }
        }
    },
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                ""
            ],
            "css": [
                "chomarAssets\/css\/frame.css"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "match_about_blank": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "chomarAssets\/chomarImages\/*",
                "chomarAssets\/css\/frame.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "19": "icons\/19chomar.png",
            "38": "icons\/38chomar.png"
        },
        "default_title": "CHOMAR Web Protection"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": false,
                "id": "ruleset_other",
                "path": "filters\/other-filters.json"
            },
            {
                "enabled": false,
                "id": "ruleset_social",
                "path": "filters\/social-filters.json"
            },
            {
                "enabled": false,
                "id": "ruleset_tracker",
                "path": "filters\/tracker-filters.json"
            },
            {
                "enabled": false,
                "id": "ruleset_analytic",
                "path": "filters\/analytic-filters.json"
            }
        ]
    }
}