Safe Links
This extension verifies the links of the websites you visit, preventing your browsing from accidentally clicking on dangerous links.
Wat is Safe Links?
Safe Links is een Chrome-extensie ontwikkeld door Oscar, en de belangrijkste functie is "This extension verifies the links of the websites you visit, preventing your browsing from accidentally clicking on dangerous links.".
Extensie Screenshots
Download het CRX-bestand van de extensie Safe Links
Download Safe Links-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Safe Links |
ID | mcfmebiihmdgpmlbadeoncjigcnconfo |
Officiële URL | https://chromewebstore.google.com/detail/safe-links/mcfmebiihmdgpmlbadeoncjigcnconfo |
Beschrijving | This extension verifies the links of the websites you visit, preventing your browsing from accidentally clicking on dangerous links. |
Bestandsgrootte | 35.97 KB |
Aantal Installaties | 64 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2021-08-18 |
Publicatiedatum | 2021-08-18 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Oscar |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://oscarchungpa.wixsite.com/privacy-policy |
Ondersteunde Talen | 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": [ "*:\/\/*\/*" ] } |