Codify
Checks for malicious phishing URLs that use other alphabet characters
Codify क्या है?
Codify James Matchett द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Checks for malicious phishing URLs that use other alphabet characters"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Codify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } |