PhishKite

Phishing detection tool on Chrome that leverages AI to scan every site and webpage you visit to prevent malicious attempts.

PhishKiteとは何ですか?

PhishKiteはIcetea Labsによって開発されたChromeの拡張機能で、その主な機能は「Phishing detection tool on Chrome that leverages AI to scan every site and webpage you visit to prevent malicious attempts.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

PhishKite拡張機能のCRXファイルをダウンロード

PhishKite拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The extension notifies you when there are: 
- Fake pages, money scams, or information scams 
- Pages with malicious code, or depraved images 
- Negative content that could affect children
- Fake pages, defamation of people's honor
- Reactionary pages, anti-government initiatives

The extension will pop up when you go to any page and inform you of blocking details to ensure a safe and secure browsing experience. 

It doesn't affect your daily activities and requires no advanced installation/integration. Start by adding it to your Chrome, connect your wallet, and enjoy a secure browsing environment.

PhishKite is the first move in Red Kite’s transformation into a Smart Launchpad. 

Powered by Red Kite and SecuriChain.

Follow us: 
📌 Red Kite: https://redkitepad.com
📌 SecuriChain: https://securichain.io                    

拡張機能の基本情報

名前 PhishKite PhishKite
ID hdjiefefbllgchaekgnakpcboimbghbp
公式URL https://chromewebstore.google.com/detail/phishkite/hdjiefefbllgchaekgnakpcboimbghbp
説明 Phishing detection tool on Chrome that leverages AI to scan every site and webpage you visit to prevent malicious attempts.
ファイルサイズ 8.15 MB
インストール数 131
現在のバージョン 1.0.3
最終更新日 2023-03-23
公開日 2023-03-01
開発者 Icetea Labs
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://redkitepad.com
ヘルプページのURL https://securichain.io
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PhishKite",
    "description": "Phishing detection tool on Chrome that leverages AI to scan every site and webpage you visit to prevent malicious attempts.",
    "version": "1.0.3",
    "action": {
        "default_popup": "popup.html",
        "default_title": "PhishKite",
        "default_icon": "app-icon.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "app-icon.png",
        "48": "app-icon.png",
        "128": "app-icon.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.redkitepad.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}