SafeLink
SafeLink is an extension that detects and highlights potentially malicious links on a webpage. The detected links are rated on a…
SafeLink란 무엇입니까?
SafeLink은(는) James Jin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SafeLink is an extension that detects and highlights potentially malicious links on a webpage. The detected links are rated on a…"입니다.
확장 프로그램 스크린샷
SafeLink 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | SafeLink |
ID | afjdebafmhbnkhihbopohflecbilnbdj |
공식 URL | https://chromewebstore.google.com/detail/safelink/afjdebafmhbnkhihbopohflecbilnbdj |
설명 | SafeLink is an extension that detects and highlights potentially malicious links on a webpage. The detected links are rated on a… |
파일 크기 | 3.72 MB |
설치 횟수 | 40 |
현재 버전 | 2.0 |
최근 업데이트 | 2021-02-17 |
출시 날짜 | 2021-02-17 |
평점 | 4.33/5 총 3 개의 평점 |
개발자 | James Jin |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://jfjin.github.io/SafeLinkWebsite/ |
개인정보 보호 정책 페이지 URL | http://safelinkapp.com/privacy.html |
지원되는 언어 | 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": [ " |