Otto ShopSecure

Protect Modern Freedom

¿Qué es Otto ShopSecure?

Otto ShopSecure es una extensión de Chrome desarrollada por https://otto-js.com, y su función principal es "Protect Modern Freedom".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Otto ShopSecure

Descarga archivos de extensión Otto ShopSecure 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

                        Stay safe with ShopSecure this holiday season and beyond!

Protect yourself when shopping online. Don’t wait for the internet to protect you.

• Stops credit card theft
• Blocks attempts to steal personal information
• Stops malware and redirects/pop-ups
• Blocks all failing security checks

Install ShopSecure and easily report:
• cyber crime
• malware
• harmful content
• cyber bullies
• trolls
• revenge porn
• misleading content
• any sketchy thing you run across on the internet

At otto, we believe in making security easy and accessible to all.                    

Información Básica de la Extensión

Nombre Otto ShopSecure Otto ShopSecure
ID agdacffjkhhfiebgpebahknkihmefjok
URL Oficial https://chromewebstore.google.com/detail/otto-shopsecure/agdacffjkhhfiebgpebahknkihmefjok
Descripción Protect Modern Freedom
Tamaño del Archivo 3.91 MB
Cantidad de Instalaciones 102
Versión Actual 0.1.3.1
Última Actualización 2023-10-27
Fecha de Publicación 2020-11-09
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador https://otto-js.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www2.otto-js.com/shopsecure
URL de la Página de Ayuda https://www.otto-js.com
URL de la Página de Política de Privacidad https://www.otto-js.com/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Protect Modern Freedom",
    "version": "0.1.3.1",
    "manifest_version": 2,
    "name": "Otto ShopSecure",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_title": "DEVCON",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/favicon-16x16.png",
        "48": "images\/favicon-48x48.png",
        "96": "images\/favicon-96x96.png",
        "144": "images\/favicon-144x144.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "blocked.html",
        "validating.html",
        "filters\/*.filter",
        "img\/*.png",
        "latest_versions\/*",
        "report.js",
        "sandbox.html",
        "resources\/*",
        "csp.html"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'  https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "webRequest",
        "webNavigation",
        "webRequestBlocking",
        "storage",
        ""
    ]
}