Cyber Guard

The browser extension notifies the security status of the website, request the permission to open the domain from malware list.

Cyber Guard क्या है?

Cyber Guard ottawa.purple द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The browser extension notifies the security status of the website, request the permission to open the domain from malware list."।

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

screenshot

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

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

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

                        We protect your browser from visting dangerous sites. Cyber Guard checks every visited domain for a potential threat. If we detect the visited domain is not secure, you will receive a notification in the tab. You can also change the settings from the extension menu.
By installing the browser extension you agree to your privacy policy you can find here: https://www.cyber-guard.me/privacy-policy                    

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

नाम Cyber Guard Cyber Guard
ID ijjapkpjadbaegohjbkhbgdehhadmoon
आधिकारिक URL https://chromewebstore.google.com/detail/cyber-guard/ijjapkpjadbaegohjbkhbgdehhadmoon
विवरण The browser extension notifies the security status of the website, request the permission to open the domain from malware list.
फ़ाइल का आकार 522 KB
स्थापना संख्या 39,356
वर्तमान संस्करण 1.0.1.0
अंतिम अपडेट 2021-07-05
प्रकाशन तिथि 2021-07-05
रेटिंग 4.42/5 कुल 50 रेटिंग्स
डेवलपर ottawa.purple
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.cyber-guard.me
गोपनीयता नीति पृष्ठ URL https://www.cyber-guard.me/privacy-policy
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cyber Guard",
    "version": "1.0.1.0",
    "description": "The browser extension notifies the security status of the website, request the permission to open the domain from malware list.",
    "author": "Jean",
    "engine": "cyber-guard",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "storage",
        "",
        "webRequest",
        "unlimitedStorage",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background\/bundle.js",
            "vendors\/bundle.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content\/bundle.js",
                "vendors\/bundle.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_title": "Cyber Guard",
        "default_icon": {
            "24": "images\/logo_24x24.png",
            "48": "images\/logo_48x48.png",
            "96": "images\/logo_96x96.png"
        }
    },
    "icons": {
        "24": "images\/logo_24x24.png",
        "48": "images\/logo_48x48.png",
        "96": "images\/logo_96x96.png"
    },
    "web_accessible_resources": [
        "content\/*.css",
        "content\/*.svg",
        "images\/*.png"
    ]
}