Defendera Browser Protection

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

¿Qué es Defendera Browser Protection?

Defendera Browser Protection es una extensión de Chrome desarrollada por https://defendera.app, y su función principal es "Premium security, without compromises. The browser extensions offering enterprise-grade protection, for fraction of the price. Its…".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Defendera Browser Protection

Descarga archivos de extensión Defendera Browser Protection en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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)                    

Información Básica de la Extensión

Nombre Defendera Browser Protection Defendera Browser Protection
ID mapnejckiifgnmkokfpfbelpajdhcifo
URL Oficial https://chromewebstore.google.com/detail/defendera-browser-protect/mapnejckiifgnmkokfpfbelpajdhcifo
Descripción Premium security, without compromises. The browser extensions offering enterprise-grade protection, for fraction of the price. Its…
Tamaño del Archivo 1.31 MB
Cantidad de Instalaciones 42
Versión Actual 1.2.2
Última Actualización 2024-01-08
Fecha de Publicación 2023-08-09
Calificación 5.00/5 Total de 8 Calificaciones
Desarrollador https://defendera.app
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://www.defendera.app/
URL de la Página de Política de Privacidad https://www.defendera.app/privacy-policy
Idiomas Soportados 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\/*"
        ]
    }
}