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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}