SafeLink
SafeLink is an extension that detects and highlights potentially malicious links on a webpage. The detected links are rated on a…
What is SafeLink?
SafeLink is a Chrome extension developed by James Jin, and its main feature is "SafeLink is an extension that detects and highlights potentially malicious links on a webpage. The detected links are rated on a…".
Extension Screenshots
Download SafeLink Extension CRX File
Download SafeLink 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
SafeLink is an extension that detects and highlights potentially malicious links on a webpage. The detected links are rated on a scale of five different factors and given a score that would determine if it is malicious or not. The non-malicious links would appear as usual while the malicious links will appear as highlighted.
Extension Basic Information
Name | SafeLink |
ID | afjdebafmhbnkhihbopohflecbilnbdj |
Official URL | https://chromewebstore.google.com/detail/safelink/afjdebafmhbnkhihbopohflecbilnbdj |
Description | SafeLink is an extension that detects and highlights potentially malicious links on a webpage. The detected links are rated on a… |
File Size | 3.72 MB |
Installation Count | 40 |
Current Version | 2.0 |
Last Updated | 2021-02-17 |
Publish Date | 2021-02-17 |
Rating | 4.33/5 Total 3 Ratings |
Developer | James Jin |
[email protected] | |
Payment Type | free |
Extension Website | https://jfjin.github.io/SafeLinkWebsite/ |
Privacy Policy Page URL | http://safelinkapp.com/privacy.html |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SafeLink", "version": "2.0", "manifest_version": 2, "icons": { "128": "safelink logo 2.png" }, "background": { "scripts": [ "background.js", "jquery.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |