Starphish
AI-powered phishing protection for a brighter, safer online experience 🚀
Starphish क्या है?
Starphish https://starphish.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AI-powered phishing protection for a brighter, safer online experience 🚀"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Starphish एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
गोपनीयता नीति पृष्ठ 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": [ "*:\/\/*\/*", " |