Otto ShopSecure

Protect Modern Freedom

什麼是Otto ShopSecure?

Otto ShopSecure是由https://otto-js.com開發的Chrome擴展程式,該擴展的主要功能是“Protect Modern Freedom”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Otto ShopSecure擴展crx文件

下載Otto ShopSecure擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Otto ShopSecure Otto ShopSecure
ID agdacffjkhhfiebgpebahknkihmefjok
官方網址 https://chromewebstore.google.com/detail/otto-shopsecure/agdacffjkhhfiebgpebahknkihmefjok
簡介 Protect Modern Freedom
檔案大小 3.91 MB
安裝次數 102
目前版本 0.1.3.1
更新時間 2023-10-27
上架時間 2020-11-09
評分 5.00/5 共 3 次評分
開發者 https://otto-js.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www2.otto-js.com/shopsecure
說明頁面URL https://www.otto-js.com
隱私政策頁面URL https://www.otto-js.com/privacy-policy
支援的語言 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",
        ""
    ]
}