Starphish
AI-powered phishing protection for a brighter, safer online experience 🚀
Starphish là gì?
Starphish là một tiện ích mở rộng Chrome được phát triển bởi https://starphish.app, và tính năng chính của nó là "AI-powered phishing protection for a brighter, safer online experience 🚀".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Starphish
Tải xuống các tệp mở rộng Starphish dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
🔥 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Starphish |
ID | mgcclljnboinjppelonolbhklnnljonp |
URL Chính Thức | https://chromewebstore.google.com/detail/starphish/mgcclljnboinjppelonolbhklnnljonp |
Mô tả | AI-powered phishing protection for a brighter, safer online experience 🚀 |
Kích Thước Tệp | 504 KB |
Số Lần Cài Đặt | 705 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2024-01-22 |
Ngày Phát Hành | 2021-06-14 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://starphish.app |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://starphish.app |
URL Trang Chính Sách Bảo Mật | https://starphish.app/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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": [ "*:\/\/*\/*", " |