CyberWise
Multilingual detector of phishing, adware, and malware on websites
Was ist CyberWise?
CyberWise ist eine Chrome-Erweiterung, die von Victoria Panassevitch entwickelt wurde, und ihr Hauptmerkmal ist "Multilingual detector of phishing, adware, and malware on websites".
Erweiterungsscreenshots
CyberWise-Erweiterungs-CRX-Datei herunterladen
Laden Sie CyberWise-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
CyberWise detects cyber threats for people speaking 10+ different languages 👾🌎 Once on your browser, the cyber security extension notifies you beforehand about all malicious websites, files, and ads through built-in notifications. Feature highlights✨ - Phishing reports - Infected file download prevention - Suspicious pop-up detection - Ad blocking - Site blocking - Editable list of blocked websites Contact us: Any questions or suggestions? We are always happy to learn from your perspective! Feel free to contact us at [email protected].
Grundlegende Informationen zur Erweiterung
Name | CyberWise |
ID | okcddklchnidfaehbkgphjodojdkpkkn |
Offizielle URL | https://chromewebstore.google.com/detail/cyberwise/okcddklchnidfaehbkgphjodojdkpkkn |
Beschreibung | Multilingual detector of phishing, adware, and malware on websites |
Dateigröße | 3.53 MB |
Installationsanzahl | 64 |
Aktuelle Version | 1.3 |
Letztes Update | 2024-02-23 |
Veröffentlichungsdatum | 2023-10-10 |
Bewertung | 4.71/5 Insgesamt 14 Bewertungen |
Entwickler | Victoria Panassevitch |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://cyberwise.typedream.app/ |
Hilfeseite URL | https://cyberwise.typedream.app/ |
URL der Datenschutzrichtlinien-Seite | https://www.privacypolicies.com/live/4a91ffac-5cf8-4f0f-ab44-9da37e805281 |
Unterstützte Sprachen | de,en,fr,es,ru,hi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CyberWise", "description": "Multilingual detector of phishing, adware, and malware on websites", "version": "1.3", "default_locale": "en", "permissions": [ "downloads", "tabs", "storage", "declarativeNetRequest" ], "declarative_net_request": { "rule_resources": [ { "id": "advertising_block_rule", "enabled": false, "path": "rules.json" } ] }, "icons": { "16": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "background": { "service_worker": "\/scripts\/background\/background.js" }, "content_scripts": [ { "matches": [ " |