Saferduck

Shows security reviews for specific domains

Saferduck란 무엇입니까?

Saferduck은(는) SaferDuck에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows security reviews for specific domains"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Saferduck 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}