CHOMAR Web Protection

CHOMAR Web Protection

Qu'est-ce que CHOMAR Web Protection ?

CHOMAR Web Protection est une extension Chrome développée par CHOMAR, et sa fonction principale est "CHOMAR Web Protection".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension CHOMAR Web Protection

Téléchargez les fichiers d'extension CHOMAR Web Protection au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom CHOMAR Web Protection CHOMAR Web Protection
ID helmndapdifdlinfnafjlfhdojaanogl
URL Officiel https://chromewebstore.google.com/detail/chomar-web-protection/helmndapdifdlinfnafjlfhdojaanogl
Description CHOMAR Web Protection
Taille du Fichier 1.54 MB
Nombre d'Installations 51
Version Actuelle 1.1.1312
Dernière Mise à Jour 2023-01-31
Date de Publication 2022-09-01
Évaluation 5.00/5 Total 9 Évaluations
Développeur CHOMAR
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://chomar.com.tr
URL de la Page d'Aide https://chomar.com.tr/en/support.aspx
URL de la Page de Politique de Confidentialité https://chomar.com.tr/en/privacy.aspx
Langues Prises en Charge 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"
            }
        ]
    }
}