Online Security Guard

Protect your digital privacy and enjoy safe browsing experience

Cos'è Online Security Guard?

Online Security Guard è un'estensione di Chrome sviluppata da Budapest Chrome Extensions, e la sua funzione principale è "Protect your digital privacy and enjoy safe browsing experience".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Online Security Guard

Scarica i file di estensione Online Security Guard in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Online Security Guard Online Security Guard
ID pdbpchopfcmiopjiijdfipdojgdigplf
URL Ufficiale https://chromewebstore.google.com/detail/online-security-guard/pdbpchopfcmiopjiijdfipdojgdigplf
Descrizione Protect your digital privacy and enjoy safe browsing experience
Dimensione del File 117 KB
Conteggio Installazioni 505
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-09-23
Data di Pubblicazione 2021-09-23
Valutazione 5.00/5 Totale 21 Valutazioni
Sviluppatore Budapest Chrome Extensions
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.onlinesecurity-extension.com/privacy-policy
Lingue Supportate 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"
    ]
}