Safe Links

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

¿Qué es Safe Links?

Safe Links es una extensión de Chrome desarrollada por Oscar, y su función principal es "This extension verifies the links of the websites you visit, preventing your browsing from accidentally clicking on dangerous links.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Safe Links

Descarga archivos de extensión Safe Links en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Safe Links Safe Links
ID mcfmebiihmdgpmlbadeoncjigcnconfo
URL Oficial https://chromewebstore.google.com/detail/safe-links/mcfmebiihmdgpmlbadeoncjigcnconfo
Descripción This extension verifies the links of the websites you visit, preventing your browsing from accidentally clicking on dangerous links.
Tamaño del Archivo 35.97 KB
Cantidad de Instalaciones 64
Versión Actual 0.1.0
Última Actualización 2021-08-18
Fecha de Publicación 2021-08-18
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Oscar
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://oscarchungpa.wixsite.com/privacy-policy
Idiomas Soportados 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": [
        "*:\/\/*\/*"
    ]
}