Ashampoo Browser Security

Blocks dangerous websites that distribute malware and prevents phishing attacks.

Apa itu Ashampoo Browser Security?

Ashampoo Browser Security adalah ekstensi Chrome yang dikembangkan oleh https://www.ashampoo.com, dan fitur utamanya adalah "Blocks dangerous websites that distribute malware and prevents phishing attacks.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Ashampoo Browser Security

Unduh file ekstensi Ashampoo Browser Security 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

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

Informasi Dasar Ekstensi

Nama Ashampoo Browser Security Ashampoo Browser Security
ID cejmmfjohpplabdiodkdljccobdnpadc
URL Resmi https://chrome.google.com/webstore/detail/ashampoo-browser-security/cejmmfjohpplabdiodkdljccobdnpadc
Deskripsi Blocks dangerous websites that distribute malware and prevents phishing attacks.
Ukuran File 102 KB
Jumlah Instalasi 3,000
Versi Saat Ini 2018.12.0.12
Terakhir Diperbarui 2019-07-28
Tanggal Publikasi 2019-07-19
Penilaian 4.17/5 Total 6 Penilaian
Pengembang https://www.ashampoo.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.ashampoo.com/p/0849/
URL Halaman Bantuan https://support.ashampoo.com
URL Halaman Kebijakan Privasi https://www.ashampoo.com/privacy
Bahasa yang Didukung 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"
    ]
}