Codify
Checks for malicious phishing URLs that use other alphabet characters
Codify란 무엇입니까?
Codify은(는) James Matchett에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Checks for malicious phishing URLs that use other alphabet characters"입니다.
확장 프로그램 스크린샷
Codify 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Prevents phishing attacks by checking URLs for phishing signatures of Unicode and PUNYCode URl manipulation. Install once, Codify inspects passing URL's for manipulation, locally on your computer, no data sent or stored whatsoeever. Parses URLs that appear to be correct when read by eye for any common phishing URL manipulation and gives a visible alert if the URl contains one of these patterns. This extension will stop you getting caught out with dodgy links that appear to be correct but actually are fraudulent. If you like browsing with ease without the fear of clicking on a fraudulent website with a manipulated URL this application is essential. Toggle on or off by clicking the icon in the top right. http://jamesmatchett.co.uk/codify/ Full write-up of the code contained here! :) Complete list of testing sites at https://github.com/JamesMatchett/Chrome-URL-phish-detector-extension/blob/master/README.md Test it at https://xn--80ak6aa92e.com/ and see if the alert comes up! Made by James Matchett, www.jamesmatchett.co.uk, git: github.com/jamesmatchett
확장 프로그램 기본 정보
이름 | |
ID | cplgcomagdnbbbaeipanninffcpiakil |
공식 URL | https://chrome.google.com/webstore/detail/codify/cplgcomagdnbbbaeipanninffcpiakil |
설명 | Checks for malicious phishing URLs that use other alphabet characters |
파일 크기 | 27.2 KB |
설치 횟수 | 580 |
현재 버전 | 1.04 |
최근 업데이트 | 2018-11-12 |
출시 날짜 | 2018-11-12 |
평점 | 5.00/5 총 11 개의 평점 |
개발자 | James Matchett |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/JamesMatchett/Chrome-URL-phish-detector-extension |
도움말 페이지 URL | https://github.com/JamesMatchett/Chrome-URL-phish-detector-extension |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Codify", "icons": { "128": "CodifyIcon.png" }, "description": "Checks for malicious phishing URLs that use other alphabet characters", "version": "1.04", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "storage", "activeTab", "tabs" ], "browser_action": { "name": "Click to toggle On\/Off" }, "manifest_version": 2 } |