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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "WebDefender is a lightweight addon designed to clean browser from malware, prevent phishing and protect your private information."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WebDefender: Antivirus & Privacy Protection एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}