Starphish

AI-powered phishing protection for a brighter, safer online experience 🚀

Co je Starphish?

Starphish je rozšíření Chrome vyvinuté https://starphish.app, a jeho hlavní funkcí je „AI-powered phishing protection for a brighter, safer online experience 🚀“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Starphish

Stáhněte si soubory rozšíření Starphish ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        🔥
Make the most out of your internet security, by personalizing your own phishing protection! Use some of the already existing configurations, or make your own, adapted by your needs!
🔥
Offering a complex, fast and reliable real-time AI scanning mechanism, you won't have to count on other people to report a website so you can be protected!
Features
🔥 Complex real-time phishing detection
🔥 Brand recognition & Personalized protection
🔥 Zero-day phishing protection                    

Základní Informace o Rozšíření

Název Starphish Starphish
ID mgcclljnboinjppelonolbhklnnljonp
Oficiální URL https://chromewebstore.google.com/detail/starphish/mgcclljnboinjppelonolbhklnnljonp
Popis AI-powered phishing protection for a brighter, safer online experience 🚀
Velikost souboru 504 KB
Počet instalací 705
Aktuální Verze 1.0.1
Poslední Aktualizace 2024-01-22
Datum Vydání 2021-06-14
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář https://starphish.app
E-mail cristi.moldovan@starphish.app
Typ Platby free
Webové stránky Rozšíření https://starphish.app
URL Stránky Zásad Ochrany Soukromí https://starphish.app/privacy-policy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.1",
    "short_name": "Starphish",
    "name": "Starphish",
    "description": "AI-powered phishing protection for a brighter, safer online experience \ud83d\ude80",
    "action": {
        "default_title": "Starphish",
        "default_popup": "index.html",
        "default_icon": "img\/default-logo.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.ts.74bd998a.5e8545fb.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "options_page": "src\/options\/options.html",
    "icons": {
        "16": "img\/16\/default-logo.png",
        "48": "img\/48\/default-logo.png",
        "128": "img\/128\/default-logo.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "img\/*"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/index.8469df4a.js",
                "assets\/collectionSelector.14a17112.js",
                "assets\/index.0fb1aac8.js",
                "assets\/userPrefsSelector.6929e74a.js",
                "assets\/paths.9f80b2bc.js",
                "assets\/index.ts.74bd998a.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "activeTab",
        "debugger",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "content_security_policy": {
        "script-src": "self unsafe-eval",
        "object-src": "self"
    }
}