Safe Links
This extension verifies the links of the websites you visit, preventing your browsing from accidentally clicking on dangerous links.
Was ist Safe Links?
Safe Links ist eine Chrome-Erweiterung, die von Oscar entwickelt wurde, und ihr Hauptmerkmal ist "This extension verifies the links of the websites you visit, preventing your browsing from accidentally clicking on dangerous links.".
Erweiterungsscreenshots
Safe Links-Erweiterungs-CRX-Datei herunterladen
Laden Sie Safe Links-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Safe Links |
ID | mcfmebiihmdgpmlbadeoncjigcnconfo |
Offizielle URL | https://chromewebstore.google.com/detail/safe-links/mcfmebiihmdgpmlbadeoncjigcnconfo |
Beschreibung | This extension verifies the links of the websites you visit, preventing your browsing from accidentally clicking on dangerous links. |
Dateigröße | 35.97 KB |
Installationsanzahl | 64 |
Aktuelle Version | 0.1.0 |
Letztes Update | 2021-08-18 |
Veröffentlichungsdatum | 2021-08-18 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Oscar |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://oscarchungpa.wixsite.com/privacy-policy |
Unterstützte Sprachen | 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": [ "*:\/\/*\/*" ] } |