Online Security Guard

Protect your digital privacy and enjoy safe browsing experience

Was ist Online Security Guard?

Online Security Guard ist eine Chrome-Erweiterung, die von Budapest Chrome Extensions entwickelt wurde, und ihr Hauptmerkmal ist "Protect your digital privacy and enjoy safe browsing experience".

Erweiterungsscreenshots

screenshot
screenshot

Online Security Guard-Erweiterungs-CRX-Datei herunterladen

Laden Sie Online Security Guard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Online Security Guard Online Security Guard
ID pdbpchopfcmiopjiijdfipdojgdigplf
Offizielle URL https://chromewebstore.google.com/detail/online-security-guard/pdbpchopfcmiopjiijdfipdojgdigplf
Beschreibung Protect your digital privacy and enjoy safe browsing experience
Dateigröße 117 KB
Installationsanzahl 505
Aktuelle Version 1.0.0
Letztes Update 2021-09-23
Veröffentlichungsdatum 2021-09-23
Bewertung 5.00/5 Insgesamt 21 Bewertungen
Entwickler Budapest Chrome Extensions
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.onlinesecurity-extension.com/privacy-policy
Unterstützte Sprachen 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"
    ]
}