PhishKite

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

Τι είναι το PhishKite;

Το PhishKite είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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 της επέκτασης PhishKite

Λήψη αρχείων επέκτασης 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"
            ]
        }
    ]
}