Otto ShopSecure

Protect Modern Freedom

ما هو Otto ShopSecure؟

Otto ShopSecure هو إضافة Chrome تم تطويرها بواسطة https://otto-js.com، والميزة الرئيسية لها هي "Protect Modern Freedom".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Otto ShopSecure

قم بتنزيل ملفات الامتداد Otto ShopSecure بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://www.otto-js.com
عنوان صفحة سياسة الخصوصية 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",
        ""
    ]
}