Online Security Guard

Protect your digital privacy and enjoy safe browsing experience

Co je Online Security Guard?

Online Security Guard je rozšíření Chrome vyvinuté Budapest Chrome Extensions, a jeho hlavní funkcí je „Protect your digital privacy and enjoy safe browsing experience“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Online Security Guard

Stáhněte si soubory rozšíření Online Security Guard ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Online Security Guard Online Security Guard
ID pdbpchopfcmiopjiijdfipdojgdigplf
Oficiální URL https://chromewebstore.google.com/detail/online-security-guard/pdbpchopfcmiopjiijdfipdojgdigplf
Popis Protect your digital privacy and enjoy safe browsing experience
Velikost souboru 117 KB
Počet instalací 505
Aktuální Verze 1.0.0
Poslední Aktualizace 2021-09-23
Datum Vydání 2021-09-23
Hodnocení 5.00/5 Celkem 21 Hodnocení
Vývojář Budapest Chrome Extensions
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.onlinesecurity-extension.com/privacy-policy
Podporované Jazyky 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"
    ]
}