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
电子邮箱 [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"
    }
}