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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Phishing detection tool on Chrome that leverages AI to scan every site and webpage you visit to prevent malicious attempts."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PhishKite एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}