Web Guardian

Protect your browser and personal information with Web Guardian

Web Guardian क्या है?

Web Guardian sofia.republic द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Protect your browser and personal information with Web Guardian"।

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

screenshot
screenshot

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

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

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

                        Web Guarding protects your browser from visiting harmful sites.
We detect in real time if you visit an unsecure site and provide a a warning.
However you can pause/ deactivate the warning for any site and browse it without delay.


With installing the browser extension you give your consent to our privacy policy.
You can see our privacy policy here.                    

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

नाम Web Guardian Web Guardian
ID heldjbkamhpgicafaahiilnbjnpgmffl
आधिकारिक URL https://chrome.google.com/webstore/detail/web-guardian/heldjbkamhpgicafaahiilnbjnpgmffl
विवरण Protect your browser and personal information with Web Guardian
फ़ाइल का आकार 105 KB
स्थापना संख्या 29,231
वर्तमान संस्करण 1.3
अंतिम अपडेट 2021-09-21
प्रकाशन तिथि 2021-06-18
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर sofia.republic
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.web-guardian.xyz/
गोपनीयता नीति पृष्ठ URL https://www.web-guardian.xyz/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Guardian",
    "manifest_version": 2,
    "version": "1.3",
    "description": "Protect your browser and personal information with Web Guardian",
    "background": {
        "scripts": [
            "vendor\/browser-polyfill.min.js",
            "vendor\/jsencrypt.min.js",
            "utils\/tlds.js",
            "js\/background-scripts\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "",
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_icon": "assets\/icons\/19.png",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "assets\/icons\/16.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "web_accessible_resources": [
        "blocking-iframe\/blocking-iframe.html",
        "consent-screen\/data-control.html"
    ]
}