Safe Links

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

Cos'è Safe Links?

Safe Links è un'estensione di Chrome sviluppata da Oscar, e la sua funzione principale è "This extension verifies the links of the websites you visit, preventing your browsing from accidentally clicking on dangerous links.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Safe Links

Scarica i file di estensione Safe Links 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Safe Links Safe Links
ID mcfmebiihmdgpmlbadeoncjigcnconfo
URL Ufficiale https://chromewebstore.google.com/detail/safe-links/mcfmebiihmdgpmlbadeoncjigcnconfo
Descrizione This extension verifies the links of the websites you visit, preventing your browsing from accidentally clicking on dangerous links.
Dimensione del File 35.97 KB
Conteggio Installazioni 64
Versione Corrente 0.1.0
Ultimo Aggiornamento 2021-08-18
Data di Pubblicazione 2021-08-18
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Oscar
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://oscarchungpa.wixsite.com/privacy-policy
Lingue Supportate 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": [
        "*:\/\/*\/*"
    ]
}