Online Security Guard

Protect your digital privacy and enjoy safe browsing experience

What is Online Security Guard?

Online Security Guard is a Chrome extension developed by Budapest Chrome Extensions, and its main feature is "Protect your digital privacy and enjoy safe browsing experience".

Extension Screenshots

screenshot
screenshot

Download Online Security Guard Extension CRX File

Download Online Security Guard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Bumping into the wrong website can infect your PC with malware. Online Security Guard attempts to block and warn you of malicious, virus-hosting sites by tagging websites with a rating of Safe or Not Safe based on input from users; you can share feedback too.


By installing this extension in your browser, you acknowledge that you have read and agree to our Privacy Policy (https://www.onlinesecurity-extension.com/privacy-policy), which governs the download and use of the selected product.                    

Extension Basic Information

Name Online Security Guard Online Security Guard
ID pdbpchopfcmiopjiijdfipdojgdigplf
Official URL https://chromewebstore.google.com/detail/online-security-guard/pdbpchopfcmiopjiijdfipdojgdigplf
Description Protect your digital privacy and enjoy safe browsing experience
File Size 117 KB
Installation Count 505
Current Version 1.0.0
Last Updated 2021-09-23
Publish Date 2021-09-23
Rating 5.00/5 Total 21 Ratings
Developer Budapest Chrome Extensions
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.onlinesecurity-extension.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "1.0.0",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Online Security Guard Extension",
        "default_popup": "index.html"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ]
    },
    "permissions": [
        "",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ]
}