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
官方網址 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"
    }
}