Starphish
AI-powered phishing protection for a brighter, safer online experience 🚀
ما هو Starphish؟
Starphish هو إضافة Chrome تم تطويرها بواسطة https://starphish.app، والميزة الرئيسية لها هي "AI-powered phishing protection for a brighter, safer online experience 🚀".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Starphish
قم بتنزيل ملفات الامتداد Starphish بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة سياسة الخصوصية | 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": [ "*:\/\/*\/*", " |