Ashampoo Browser Security

Blocks dangerous websites that distribute malware and prevents phishing attacks.

Ashampoo Browser Securityคืออะไร?

Ashampoo Browser Security เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.ashampoo.com และคุณลักษณะหลักของมันคือ "Blocks dangerous websites that distribute malware and prevents phishing attacks."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ashampoo Browser Security

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}