Ashampoo Browser Security

Blocks dangerous websites that distribute malware and prevents phishing attacks.

Co to jest Ashampoo Browser Security?

Ashampoo Browser Security to rozszerzenie Chrome opracowane przez https://www.ashampoo.com, a jego główną funkcją jest „Blocks dangerous websites that distribute malware and prevents phishing attacks.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Ashampoo Browser Security

Pobierz pliki rozszerzeń Ashampoo Browser Security w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Ashampoo Browser Security Ashampoo Browser Security
ID cejmmfjohpplabdiodkdljccobdnpadc
Oficjalny URL https://chrome.google.com/webstore/detail/ashampoo-browser-security/cejmmfjohpplabdiodkdljccobdnpadc
Opis Blocks dangerous websites that distribute malware and prevents phishing attacks.
Rozmiar pliku 102 KB
Liczba instalacji 3,000
Aktualna Wersja 2018.12.0.12
Ostatnia Aktualizacja 2019-07-28
Data Publikacji 2019-07-19
Ocena 4.17/5 Łącznie 6 Oceny
Deweloper https://www.ashampoo.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.ashampoo.com/p/0849/
Adres URL Strony Pomocy https://support.ashampoo.com
Adres URL Strony Polityki Prywatności https://www.ashampoo.com/privacy
Obsługiwane Języki 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"
    ]
}