Online Security Guard

Protect your digital privacy and enjoy safe browsing experience

O que é Online Security Guard?

Online Security Guard é uma extensão do Chrome desenvolvida por Budapest Chrome Extensions, e sua principal característica é "Protect your digital privacy and enjoy safe browsing experience".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Online Security Guard

Baixe arquivos de extensão Online Security Guard no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Online Security Guard Online Security Guard
ID pdbpchopfcmiopjiijdfipdojgdigplf
URL Oficial https://chromewebstore.google.com/detail/online-security-guard/pdbpchopfcmiopjiijdfipdojgdigplf
Descrição Protect your digital privacy and enjoy safe browsing experience
Tamanho do Arquivo 117 KB
Contagem de Instalações 505
Versão Atual 1.0.0
Última Atualização 2021-09-23
Data de Publicação 2021-09-23
Classificação 5.00/5 Total de 21 Avaliações
Desenvolvedor Budapest Chrome Extensions
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.onlinesecurity-extension.com/privacy-policy
Idiomas Suportados 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"
    ]
}