Web Guard Plus

Bring Security to your search

Web Guard Plus क्या है?

Web Guard Plus https://webguardplus.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bring Security to your search"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Web Guard Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Get the latest technology work for you by unveiling the security status of the websites. With Web Guard Plus browser extension, potentially malicious websites are flagged according to the Blacklist of Web Guard Plus that gets constantly updated by the team of malware researchers.

Web Guard Plus extension also changes your default search engine to Bing and overrides the New Tab to ensure optimum protection.

Download the “Web Guard Plus” extension on your Chrome browser to get protected on the go.

Features
- Whistle blower for your safety against threats & infections.
- Intuitive interface that is easy-to-use for everyone. 
- Completely FREE for lifetime.
- Advanced security against potentially malicious websites.
- Changes default search engine to Bing to provide secure search results.
- Offering unrivaled user-experience with a conspicuous new tab layout.

How to use Web Guard Plus extension?
When you install Web Guard Plus Extension on Chrome, click the extension icon at the top right corner to turn on the security features. 

If you have any queries, suggestions, or feedback, please contact us and help us improve our services for you.

Upon clicking the 'Add to Chrome' button, you confirm your agreement to install this Chrome™ extension and abide by the EULA & Privacy Policy.

Chrome is a trademark of Google LLC. The use of it here does not imply any affiliation with or endorsement by Google LLC. 

Privacy Policy - https://www.webguardplus.com/privacy-policy/
EULA - https://www.webguardplus.com/eula/                    

एक्सटेंशन की मूल जानकारी

नाम Web Guard Plus Web Guard Plus
ID ldfcglbfhoiicnnidjcjiialjjcbhllg
आधिकारिक URL https://chromewebstore.google.com/detail/web-guard-plus/ldfcglbfhoiicnnidjcjiialjjcbhllg
विवरण Bring Security to your search
फ़ाइल का आकार 1.04 MB
स्थापना संख्या 10,000
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2023-05-10
प्रकाशन तिथि 2020-06-30
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://webguardplus.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.webguardplus.com/
सहायता पृष्ठ URL https://www.webguardplus.com/#support
गोपनीयता नीति पृष्ठ URL https://www.webguardplus.com/privacy-policy
समर्थित भाषाएँ en-GB
manifest.json
{
    "author": "Web Guard Plus",
    "background": {
        "persistent": true,
        "scripts": [
            "lib\/jquery-3.1.1.min.js",
            "block_domain\/js\/globalconstent.js",
            "lib\/exclusionlist.js",
            "block_domain\/js\/ls-utils.js",
            "block_domain\/js\/commonJS.js",
            "block_domain\/js\/LSEDBJS.js",
            "block_domain\/js\/LSNetwork.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/wsp-32.png",
            "32": "icons\/wsp-32.png",
            "64": "icons\/wsp-64.png",
            "128": "icons\/128.png",
            "19": "icons\/wsp-16.png",
            "38": "icons\/wsp-16.png"
        },
        "default_popup": "popup.html",
        "default_title": "Web Guard Plus"
    },
    "chrome_url_overrides": {
        "newtab": "ntabmain.html"
    },
    "description": "Bring Security to your search",
    "icons": {
        "16": "icons\/wsp-32.png",
        "32": "icons\/wsp-32.png",
        "64": "icons\/wsp-64.png",
        "128": "icons\/128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "29.0",
    "name": "Web Guard Plus",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "short_name": "Web Guard Plus",
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/www.webguardplus.com\/images\/fav_icon.ico",
            "is_default": true,
            "keyword": "https:\/\/www.webguardplus.com",
            "name": "Web Guard Plus",
            "search_url": "https:\/\/www.webguardplus.com\/rdr\/?q={searchTerms}"
        }
    },
    "web_accessible_resources": [
        "css\/*",
        "icons\/*",
        "icons\/*",
        "icons\/safe.png",
        "icons\/unsafe.png",
        "icons\/untested.png",
        "icons\/warning.png",
        "icons\/pointer.png",
        "icons\/icon_gren.png",
        "icons\/icon_red.png",
        "icons\/icon_gray.png",
        "icons\/icon_yellow.png",
        "block\/*",
        "fonts\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.6"
}