Ashampoo Browser Security

Blocks dangerous websites that distribute malware and prevents phishing attacks.

Ashampoo Browser Securityとは何ですか?

Ashampoo Browser Securityはhttps://www.ashampoo.comによって開発されたChromeの拡張機能で、その主な機能は「Blocks dangerous websites that distribute malware and prevents phishing attacks.」です。

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

screenshot
screenshot

Ashampoo Browser Security拡張機能のCRXファイルをダウンロード

Ashampoo Browser Security拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Blockt gefährliche Webseiten die Malware verbreiten, und beugt Phishing-Attacken vor.                    

拡張機能の基本情報

名前 Ashampoo Browser Security Ashampoo Browser Security
ID cejmmfjohpplabdiodkdljccobdnpadc
公式URL https://chrome.google.com/webstore/detail/ashampoo-browser-security/cejmmfjohpplabdiodkdljccobdnpadc
説明 Blocks dangerous websites that distribute malware and prevents phishing attacks.
ファイルサイズ 102 KB
インストール数 3,000
現在のバージョン 2018.12.0.12
最終更新日 2019-07-28
公開日 2019-07-19
評価 4.17/5 合計 6 レビュー
開発者 https://www.ashampoo.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.ashampoo.com/p/0849/
ヘルプページのURL https://support.ashampoo.com
プライバシーポリシーページのURL https://www.ashampoo.com/privacy
対応言語 de,en,fr,it,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Ashampoo GmbH & Co KG",
    "name": "Ashampoo Browser Security",
    "description": "__MSG_appDesc__",
    "version": "2018.12.0.12",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "128": "assets\/logo.png"
    },
    "background": {
        "scripts": [
            "lib\/browser-polyfill.min.js",
            "lib\/jquery.min.js",
            "lib\/md5.min.js",
            "lib\/rc4.js",
            "icon.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/logo.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "lib\/browser-polyfill.min.js",
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "https:\/\/alomar.emsisoft.com\/*",
        "downloads",
        "storage",
        "tabs"
    ]
}