Defendera Browser Protection

Premium security, without compromises. The browser extensions offering enterprise-grade protection, for fraction of the price. Its…

Defendera Browser Protectionとは何ですか?

Defendera Browser Protectionはhttps://defendera.appによって開発されたChromeの拡張機能で、その主な機能は「Premium security, without compromises. The browser extensions offering enterprise-grade protection, for fraction of the price. Its…」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Defendera Browser Protection拡張機能のCRXファイルをダウンロード

Defendera Browser Protection拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Premium security, without compromises. The browser extensions offering enterprise-grade protection, for fraction of the price.

Its unique 4-layer active protection ensures the highest safety against online scams and warns users about other suspicious activities, stopping all kinds of online scam techniques.

Active protection lets Defendera detect new fraud techniques within a minute of its creation, allowing for unprecedented safety when browsing online.

Free features:
• Review your browsing history for suspicious or dangerous visits (no sign up needed)
• Passive scam protection
• Passive potential threat warnings
• Fraudulent e-commerce warnings

Paid features:
• Active realtime protection scam protection
• Active realtime potential threat warnings
• Child accounts - blocking of sexual content and websites used by sexual predators
• Unlimited browsers (Business plan)
• Advanced user management (Business plan)
• Priority email support (Business plan)                    

拡張機能の基本情報

名前 Defendera Browser Protection Defendera Browser Protection
ID mapnejckiifgnmkokfpfbelpajdhcifo
公式URL https://chromewebstore.google.com/detail/defendera-browser-protect/mapnejckiifgnmkokfpfbelpajdhcifo
説明 Premium security, without compromises. The browser extensions offering enterprise-grade protection, for fraction of the price. Its…
ファイルサイズ 1.31 MB
インストール数 42
現在のバージョン 1.2.2
最終更新日 2024-01-08
公開日 2023-08-09
評価 5.00/5 合計 8 レビュー
開発者 https://defendera.app
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://www.defendera.app/
プライバシーポリシーページのURL https://www.defendera.app/privacy-policy
対応言語 en,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Defendera Browser Protection",
    "version": "1.2.2",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "panel.html"
    },
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "cookies",
        "tabs",
        "storage",
        "history"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*"
            ]
        },
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3000\/*",
            "*:\/\/dashboard.defendera.app\/*"
        ]
    }
}