CHOMAR Web Protection

CHOMAR Web Protection

Hvad er CHOMAR Web Protection?

CHOMAR Web Protection er en Chrome-udvidelse udviklet af CHOMAR, og dens hovedfunktion er "CHOMAR Web Protection".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download CHOMAR Web Protection-udvidelses-CRX-fil

Download CHOMAR Web Protection-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn CHOMAR Web Protection CHOMAR Web Protection
ID helmndapdifdlinfnafjlfhdojaanogl
Officiel URL https://chromewebstore.google.com/detail/chomar-web-protection/helmndapdifdlinfnafjlfhdojaanogl
Beskrivelse CHOMAR Web Protection
Filstørrelse 1.54 MB
Antal Installationer 51
Nuværende Version 1.1.1312
Senest Opdateret 2023-01-31
Udgivelsesdato 2022-09-01
Bedømmelse 5.00/5 Samlet 9 Bedømmelser
Udvikler CHOMAR
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://chomar.com.tr
Hjælpeside-URL https://chomar.com.tr/en/support.aspx
URL til Fortrolighedspolitik Side https://chomar.com.tr/en/privacy.aspx
Understøttede Sprog 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"
            }
        ]
    }
}