Safe Links

This extension verifies the links of the websites you visit, preventing your browsing from accidentally clicking on dangerous links.

O que é Safe Links?

Safe Links é uma extensão do Chrome desenvolvida por Oscar, e sua principal característica é "This extension verifies the links of the websites you visit, preventing your browsing from accidentally clicking on dangerous links.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Safe Links

Baixe arquivos de extensão Safe Links 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

                        This extension verifies the links on the websites you visit, preventing your browsing from accidentally clicking on dangerous links.  It is the only free link checking app on the chrome web store for detecting malicious links and warning the user of the type of dangerous malware on a website (that actually works and isn't malware itself).

Simply click on the app's button "Check for Dangerous Links" on whichever website you wish to check, and it will list all suspicious links.                    

Informações Básicas da Extensão

Nome Safe Links Safe Links
ID mcfmebiihmdgpmlbadeoncjigcnconfo
URL Oficial https://chromewebstore.google.com/detail/safe-links/mcfmebiihmdgpmlbadeoncjigcnconfo
Descrição This extension verifies the links of the websites you visit, preventing your browsing from accidentally clicking on dangerous links.
Tamanho do Arquivo 35.97 KB
Contagem de Instalações 64
Versão Atual 0.1.0
Última Atualização 2021-08-18
Data de Publicação 2021-08-18
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Oscar
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://oscarchungpa.wixsite.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Safe Links",
    "description": "This extension verifies the links of the websites you visit, preventing your browsing from accidentally clicking on dangerous links.",
    "version": "0.1.0",
    "manifest_version": 2,
    "icons": {
        "16": ".\/safe-link-logo.png",
        "32": ".\/safe-link-logo.png",
        "48": ".\/safe-link-logo.png",
        "128": ".\/safe-link-logo.png"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "options_page": ".\/options.html",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*\/*"
    ]
}