PhishDetect
Anti-phishing browser extension. Scan suspicious pages and links.
PhishDetectとは何ですか?
PhishDetectはClaudio Guarnieriによって開発されたChromeの拡張機能で、その主な機能は「Anti-phishing browser extension. Scan suspicious pages and links.」です。
拡張機能のスクリーンショット
PhishDetect拡張機能のCRXファイルをダウンロード
PhishDetect拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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", " |