Safe Links

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

Qu'est-ce que Safe Links ?

Safe Links est une extension Chrome développée par Oscar, et sa fonction principale est "This extension verifies the links of the websites you visit, preventing your browsing from accidentally clicking on dangerous links.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Safe Links

Téléchargez les fichiers d'extension Safe Links au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Safe Links Safe Links
ID mcfmebiihmdgpmlbadeoncjigcnconfo
URL Officiel https://chromewebstore.google.com/detail/safe-links/mcfmebiihmdgpmlbadeoncjigcnconfo
Description This extension verifies the links of the websites you visit, preventing your browsing from accidentally clicking on dangerous links.
Taille du Fichier 35.97 KB
Nombre d'Installations 64
Version Actuelle 0.1.0
Dernière Mise à Jour 2021-08-18
Date de Publication 2021-08-18
Évaluation 5.00/5 Total 1 Évaluations
Développeur Oscar
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://oscarchungpa.wixsite.com/privacy-policy
Langues Prises en Charge 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": [
        "*:\/\/*\/*"
    ]
}