WebDefender: Antivirus & Privacy Protection

WebDefender is a lightweight addon designed to clean browser from malware, prevent phishing and protect your private information.

WebDefender: Antivirus & Privacy Protection란 무엇입니까?

WebDefender: Antivirus & Privacy Protection은(는) https://getwebdefender.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "WebDefender is a lightweight addon designed to clean browser from malware, prevent phishing and protect your private information."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

WebDefender: Antivirus & Privacy Protection 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Enjoy a safe and clean browsing experience with WebDefender!

What is WebDefender?

WebDefender is a cyber-security-based Chrome extension, which blocks all site notifications and adds a new layer to your in-browser cyber protection. 

Key Features:

    • Block site notifications & popups- By enabling popup protection you make sure your browsing experience is safe and smooth, uninterrupted by the annoying popups.
    • Block harmful sites - Avoid sites that could be harmful to your device and steal your information.
    • Suspicious sites detection - Get alerts when you visit sites with low credibility.
    • Link protection - Protects the links you send to your peers by using a secure environment in which to be opened.
    • Automatic App Removal - Disables immediately any malicious app found on your browser.
    • Pre-install App Alerts - Harmful extensions are initially detected and alerts show the possible threat.
    • Data Leaks Supervision - If you enable Data Leaks Supervision you can be sure that if any leaks of your information are detected you will immediately be notified and can take the necessary actions to prevent it.

WebDefender offers a 7-day free trial. No strings attached. Enjoy maximum browser protection at minimum cost.

Disclaimer: No strings attached. You can cancel your subscription at any time.

Our team is available at [email protected]. By installing WebDefender you confirm and agree with WebDefender’s Privacy policy and Terms and Conditions:

    • Privacy policy: https://getwebdefender.com/privacy
    • Term & Conditions: https://getwebdefender.com/terms                    

확장 프로그램 기본 정보

이름 WebDefender: Antivirus & Privacy Protection WebDefender: Antivirus & Privacy Protection
ID hlcgjogehgfjdkkdpnhnlmhnmacaemle
공식 URL https://chromewebstore.google.com/detail/webdefender-antivirus-pri/hlcgjogehgfjdkkdpnhnlmhnmacaemle
설명 WebDefender is a lightweight addon designed to clean browser from malware, prevent phishing and protect your private information.
파일 크기 512 KB
설치 횟수 10,000
현재 버전 1.0.24
최근 업데이트 2023-10-11
출시 날짜 2021-03-07
평점 4.65/5 총 43 개의 평점
개발자 https://getwebdefender.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://getwebdefender.com/
도움말 페이지 URL https://getwebdefender.com/contact-us
개인정보 보호 정책 페이지 URL https://getwebdefender.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebDefender: Antivirus & Privacy Protection",
    "version": "1.0.24",
    "icons": {
        "16": "assets\/icons\/favicon-16.png",
        "32": "assets\/icons\/favicon-32.png",
        "48": "assets\/icons\/favicon-48.png",
        "128": "assets\/icons\/favicon-128.png"
    },
    "description": "WebDefender is a lightweight addon designed to clean browser from malware, prevent phishing and protect your private information.",
    "homepage_url": "https:\/\/getwebdefender.com\/",
    "short_name": "WebDefender",
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "management",
        "webRequest",
        "webRequestBlocking",
        "notifications",
        ""
    ],
    "optional_permissions": [
        "contentSettings"
    ],
    "author": "AdAvoid Ltd.",
    "minimum_chrome_version": "49",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/favicon-16.png",
            "32": "assets\/icons\/favicon-32.png",
            "48": "assets\/icons\/favicon-48.png",
            "128": "assets\/icons\/favicon-128.png"
        },
        "default_title": "WebDefender",
        "chrome_style": false
    },
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/getwebdefender.com\/*",
                "*:\/\/*.getwebdefender.com\/*"
            ],
            "js": [
                "js\/contentScriptWebdefender.bundle.js"
            ]
        },
        {
            "js": [
                "js\/gmail-links.bundle.js"
            ],
            "matches": [
                "*:\/\/*.mail.google.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/img\/*.png",
        "assets\/img\/*.svg"
    ]
}