PhishKite

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

PhishKite là gì?

PhishKite là một tiện ích mở rộng Chrome được phát triển bởi Icetea Labs, và tính năng chính của nó là "Phishing detection tool on Chrome that leverages AI to scan every site and webpage you visit to prevent malicious attempts.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PhishKite

Tải xuống các tệp mở rộng PhishKite dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PhishKite PhishKite
ID hdjiefefbllgchaekgnakpcboimbghbp
URL Chính Thức https://chromewebstore.google.com/detail/phishkite/hdjiefefbllgchaekgnakpcboimbghbp
Mô tả Phishing detection tool on Chrome that leverages AI to scan every site and webpage you visit to prevent malicious attempts.
Kích Thước Tệp 8.15 MB
Số Lần Cài Đặt 131
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2023-03-23
Ngày Phát Hành 2023-03-01
Nhà Phát Triển Icetea Labs
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://redkitepad.com
URL Trang Trợ Giúp https://securichain.io
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}