Defendera Browser Protection

Premium security, without compromises. The browser extensions offering enterprise-grade protection, for fraction of the price. Its…

Что такое Defendera Browser Protection?

Defendera Browser Protection - это расширение Chrome, разработанное https://defendera.app, и его основная функция - "Premium security, without compromises. The browser extensions offering enterprise-grade protection, for fraction of the price. Its…".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Defendera Browser Protection

Скачайте файлы расширений Defendera Browser Protection в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Premium security, without compromises. The browser extensions offering enterprise-grade protection, for fraction of the price.

Its unique 4-layer active protection ensures the highest safety against online scams and warns users about other suspicious activities, stopping all kinds of online scam techniques.

Active protection lets Defendera detect new fraud techniques within a minute of its creation, allowing for unprecedented safety when browsing online.

Free features:
• Review your browsing history for suspicious or dangerous visits (no sign up needed)
• Passive scam protection
• Passive potential threat warnings
• Fraudulent e-commerce warnings

Paid features:
• Active realtime protection scam protection
• Active realtime potential threat warnings
• Child accounts - blocking of sexual content and websites used by sexual predators
• Unlimited browsers (Business plan)
• Advanced user management (Business plan)
• Priority email support (Business plan)                    

Основная информация о расширении

Название Defendera Browser Protection Defendera Browser Protection
ID mapnejckiifgnmkokfpfbelpajdhcifo
Официальный URL https://chromewebstore.google.com/detail/defendera-browser-protect/mapnejckiifgnmkokfpfbelpajdhcifo
Описание Premium security, without compromises. The browser extensions offering enterprise-grade protection, for fraction of the price. Its…
Размер файла 1.31 MB
Количество установок 42
Текущая Версия 1.2.2
Последнее Обновление 2024-01-08
Дата публикации 2023-08-09
Рейтинг 5.00/5 Всего 8 оценок
Разработчик https://defendera.app
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://www.defendera.app/
URL страницы политики конфиденциальности https://www.defendera.app/privacy-policy
Поддерживаемые языки en,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Defendera Browser Protection",
    "version": "1.2.2",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "panel.html"
    },
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "cookies",
        "tabs",
        "storage",
        "history"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*"
            ]
        },
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3000\/*",
            "*:\/\/dashboard.defendera.app\/*"
        ]
    }
}