Safe Links
This extension verifies the links of the websites you visit, preventing your browsing from accidentally clicking on dangerous links.
What is Safe Links?
Safe Links is a Chrome extension developed by Oscar, and its main feature is "This extension verifies the links of the websites you visit, preventing your browsing from accidentally clicking on dangerous links.".
Extension Screenshots
Download Safe Links Extension CRX File
Download Safe Links extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Safe Links |
ID | mcfmebiihmdgpmlbadeoncjigcnconfo |
Official URL | 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. |
File Size | 35.97 KB |
Installation Count | 64 |
Current Version | 0.1.0 |
Last Updated | 2021-08-18 |
Publish Date | 2021-08-18 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Oscar |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://oscarchungpa.wixsite.com/privacy-policy |
Supported Languages | 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": [ "*:\/\/*\/*" ] } |