Saferduck

Shows security reviews for specific domains

Saferduck là gì?

Saferduck là một tiện ích mở rộng Chrome được phát triển bởi SaferDuck, và tính năng chính của nó là "Shows security reviews for specific domains".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Saferduck

Tải xuống các tệp mở rộng Saferduck dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Saferduck Saferduck
ID hjdjgnojiionckfmaobhcgeahdndmhgf
URL Chính Thức https://chrome.google.com/webstore/detail/saferduck/hjdjgnojiionckfmaobhcgeahdndmhgf
Mô tả Shows security reviews for specific domains
Kích Thước Tệp 248 KB
Số Lần Cài Đặt 50,000
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-05-15
Ngày Phát Hành 2021-05-15
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển SaferDuck
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://saferduck.com/privacy/index.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}