Emsisoft Browser Security

Blocks dangerous websites that distribute malware and prevents phishing attacks.

Emsisoft Browser Securityคืออะไร?

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

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Emsisoft Browser Security ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Emsisoft Browser Security protects you from bad websites and prevents phishing attacks without tracking your activity. 

This privacy-conscious browser extension is lightweight and lightning-fast. It blocks access to websites that distribute malware and prevents phishing attacks that try to steal your passwords, while still giving you the flexibility to visit the sites you trust. 

Emsisoft Browser Security uses privacy-conscious security technology, so it does not collect your browsing activity data. Your browsing history is your business. Keeping you safe online is ours. 

No browsing activity tracking. Just security.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Emsisoft Browser Security Emsisoft Browser Security
ID jfofijpkapingknllefalncmbiienkab
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/emsisoft-browser-security/jfofijpkapingknllefalncmbiienkab
คำอธิบาย Blocks dangerous websites that distribute malware and prevents phishing attacks.
ขนาดไฟล์ 99.12 KB
จำนวนการติดตั้ง 121,616
เวอร์ชันปัจจุบัน 2023.8.0.56
อัปเดตครั้งล่าสุด 2023-09-21
วันที่เผยแพร่ 2019-03-08
คะแนน 4.69/5 รวมทั้งหมด 75 คะแนน
ผู้พัฒนา https://www.emsisoft.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.emsisoft.com/
URL หน้าช่วยเหลือ https://helpdesk.emsisoft.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.emsisoft.com/en/company/privacy
ภาษาที่รองรับ de,en,fr,it,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Emsisoft Ltd",
    "name": "Emsisoft Browser Security",
    "description": "__MSG_appDesc__",
    "version": "2023.8.0.56",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "128": "assets\/logo.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "assets\/logo.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "tabs",
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        "https:\/\/alomar.emsisoft.com\/*"
    ]
}