Otto ShopSecure

Protect Modern Freedom

Qu'est-ce que Otto ShopSecure ?

Otto ShopSecure est une extension Chrome développée par https://otto-js.com, et sa fonction principale est "Protect Modern Freedom".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Otto ShopSecure

Téléchargez les fichiers d'extension Otto ShopSecure au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Otto ShopSecure Otto ShopSecure
ID agdacffjkhhfiebgpebahknkihmefjok
URL Officiel https://chromewebstore.google.com/detail/otto-shopsecure/agdacffjkhhfiebgpebahknkihmefjok
Description Protect Modern Freedom
Taille du Fichier 3.91 MB
Nombre d'Installations 102
Version Actuelle 0.1.3.1
Dernière Mise à Jour 2023-10-27
Date de Publication 2020-11-09
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://otto-js.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www2.otto-js.com/shopsecure
URL de la Page d'Aide https://www.otto-js.com
URL de la Page de Politique de Confidentialité https://www.otto-js.com/privacy-policy
Langues Prises en Charge 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",
        ""
    ]
}