Starphish

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

Starphish란 무엇입니까?

Starphish은(는) https://starphish.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AI-powered phishing protection for a brighter, safer online experience 🚀"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Starphish 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        🔥
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                    

확장 프로그램 기본 정보

이름 Starphish Starphish
ID mgcclljnboinjppelonolbhklnnljonp
공식 URL https://chromewebstore.google.com/detail/starphish/mgcclljnboinjppelonolbhklnnljonp
설명 AI-powered phishing protection for a brighter, safer online experience 🚀
파일 크기 504 KB
설치 횟수 705
현재 버전 1.0.1
최근 업데이트 2024-01-22
출시 날짜 2021-06-14
평점 5.00/5 총 3 개의 평점
개발자 https://starphish.app
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://starphish.app
개인정보 보호 정책 페이지 URL https://starphish.app/privacy-policy
지원되는 언어 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"
    }
}