PhishDetect
Anti-phishing browser extension. Scan suspicious pages and links.
PhishDetect क्या है?
PhishDetect Claudio Guarnieri द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Anti-phishing browser extension. Scan suspicious pages and links."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PhishDetect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
PhishDetect is a browser extension designed to protect you from phishing attacks. Using the menu you are able to request a link or the content of a visited page to be analyzed by our PhishDetect service and determine if it's suspicious.
एक्सटेंशन की मूल जानकारी
नाम | PhishDetect |
ID | epnpcbfmaoafngkdanfdhdkedodcnbla |
आधिकारिक URL | https://chromewebstore.google.com/detail/phishdetect/epnpcbfmaoafngkdanfdhdkedodcnbla |
विवरण | Anti-phishing browser extension. Scan suspicious pages and links. |
फ़ाइल का आकार | 4.73 MB |
स्थापना संख्या | 95 |
वर्तमान संस्करण | 2020.10.23 |
अंतिम अपडेट | 2020-10-23 |
प्रकाशन तिथि | 2020-02-27 |
डेवलपर | Claudio Guarnieri |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://phishdetect.io/ |
सहायता पृष्ठ URL | https://phishdetect.io/help/ |
गोपनीयता नीति पृष्ठ URL | https://phishdetect.io/help/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2020.10.23", "content_security_policy": "script-src 'self'; object-src 'self'", "manifest_version": 2, "name": "PhishDetect", "description": "__MSG_manifestDescription__", "default_locale": "en", "icons": { "16": "icons\/[email protected]", "34": "icons\/[email protected]", "48": "icons\/[email protected]", "128": "icons\/[email protected]" }, "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "ui\/popup\/popup.html" }, "browser_specific_settings": { "gecko": { "id": "{32e37b7c-894f-47bf-a68b-75f939276910}" } }, "options_ui": { "page": "ui\/options\/options.html" }, "background": { "scripts": [ "lib\/sha256.min.js", "dist\/domains.js", "js\/utils.js", "js\/const.js", "js\/indicators.js", "js\/alerts.js", "js\/reports.js", "js\/alarms.js", "js\/scanHistory.js", "js\/config.js", "js\/background.js", "js\/status.js", "js\/init.js" ] }, "permissions": [ "alarms", "activeTab", "tabs", "contextMenus", "webRequest", "webRequestBlocking", "history", "storage", "unlimitedStorage", " |