CHOMAR Web Protection

CHOMAR Web Protection

Apa itu CHOMAR Web Protection?

CHOMAR Web Protection adalah ekstensi Chrome yang dikembangkan oleh CHOMAR, dan fitur utamanya adalah "CHOMAR Web Protection".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi CHOMAR Web Protection

Unduh file ekstensi CHOMAR Web Protection dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama CHOMAR Web Protection CHOMAR Web Protection
ID helmndapdifdlinfnafjlfhdojaanogl
URL Resmi https://chromewebstore.google.com/detail/chomar-web-protection/helmndapdifdlinfnafjlfhdojaanogl
Deskripsi CHOMAR Web Protection
Ukuran File 1.54 MB
Jumlah Instalasi 51
Versi Saat Ini 1.1.1312
Terakhir Diperbarui 2023-01-31
Tanggal Publikasi 2022-09-01
Penilaian 5.00/5 Total 9 Penilaian
Pengembang CHOMAR
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://chomar.com.tr
URL Halaman Bantuan https://chomar.com.tr/en/support.aspx
URL Halaman Kebijakan Privasi https://chomar.com.tr/en/privacy.aspx
Bahasa yang Didukung 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"
            }
        ]
    }
}