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文件
下載Codify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 } |