Otto ShopSecure

Protect Modern Freedom

Otto ShopSecure란 무엇입니까?

Otto ShopSecure은(는) https://otto-js.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Protect Modern Freedom"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Otto ShopSecure 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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",
        ""
    ]
}