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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://helpdesk.emsisoft.com/
عنوان صفحة سياسة الخصوصية 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\/*"
    ]
}