CHOMAR Web Protection

CHOMAR Web Protection

CHOMAR Web Protectionとは何ですか?

CHOMAR Web ProtectionはCHOMARによって開発されたChromeの拡張機能で、その主な機能は「CHOMAR Web Protection」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

CHOMAR Web Protection拡張機能のCRXファイルをダウンロード

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
Eメール [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"
            }
        ]
    }
}