Codify
Checks for malicious phishing URLs that use other alphabet characters
Cos'è Codify?
Codify è un'estensione di Chrome sviluppata da James Matchett, e la sua funzione principale è "Checks for malicious phishing URLs that use other alphabet characters".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Codify
Scarica i file di estensione Codify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | cplgcomagdnbbbaeipanninffcpiakil |
URL Ufficiale | https://chrome.google.com/webstore/detail/codify/cplgcomagdnbbbaeipanninffcpiakil |
Descrizione | Checks for malicious phishing URLs that use other alphabet characters |
Dimensione del File | 27.2 KB |
Conteggio Installazioni | 580 |
Versione Corrente | 1.04 |
Ultimo Aggiornamento | 2018-11-12 |
Data di Pubblicazione | 2018-11-12 |
Valutazione | 5.00/5 Totale 11 Valutazioni |
Sviluppatore | James Matchett |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/JamesMatchett/Chrome-URL-phish-detector-extension |
URL della Pagina di Aiuto | https://github.com/JamesMatchett/Chrome-URL-phish-detector-extension |
Lingue Supportate | 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 } |