Saferduck

Shows security reviews for specific domains

Saferduckとは何ですか?

SaferduckはSaferDuckによって開発されたChromeの拡張機能で、その主な機能は「Shows security reviews for specific domains」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        SaferDuck - your protection against phishing and malware

If you take care of the protection of your web browser in good time and are concerned about the security of your online activities, you can prevent brazen data theft with just a few clicks. Protect yourself and your PC against attacks from the Internet with our free plug-in. SaferDuck warns you in advance if dubious websites try to get your personal data.

SaferDuck has access to numerous, current and always expandable phishing databases.

Live protection thanks to advanced heuristic technology that exposes phishing and malware                    

拡張機能の基本情報

名前 Saferduck Saferduck
ID hjdjgnojiionckfmaobhcgeahdndmhgf
公式URL https://chrome.google.com/webstore/detail/saferduck/hjdjgnojiionckfmaobhcgeahdndmhgf
説明 Shows security reviews for specific domains
ファイルサイズ 248 KB
インストール数 50,000
現在のバージョン 1.0.0
最終更新日 2021-05-15
公開日 2021-05-15
評価 1.00/5 合計 1 レビュー
開発者 SaferDuck
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://saferduck.com/privacy/index.html
対応言語 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_popup": "popup.html",
        "browser_style": true,
        "default_icon": "saferduck-icon-16.png",
        "default_title": "Saferduck"
    },
    "description": "__MSG_manifest__",
    "permissions": [
        "storage",
        "",
        "tabs",
        "webRequest",
        "contextMenus",
        "webRequestBlocking"
    ],
    "manifest_version": 2,
    "name": "Saferduck",
    "version": "1.0.0",
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "default_locale": "en",
    "icons": {
        "48": "saferduck-icon-48.png",
        "96": "saferduck-icon-96.png"
    }
}