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
电子邮箱 [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"
            ]
        }
    ]
}