CyberWise

Multilingual detector of phishing, adware, and malware on websites

什么是CyberWise?

CyberWise是由Victoria Panassevitch开发的Chrome扩展程序,该扩展的主要功能是“Multilingual detector of phishing, adware, and malware on websites”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载CyberWise扩展crx文件

下载CyberWise扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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].                    

扩展基本信息

名称 CyberWise CyberWise
ID okcddklchnidfaehbkgphjodojdkpkkn
官方URL https://chromewebstore.google.com/detail/cyberwise/okcddklchnidfaehbkgphjodojdkpkkn
简介 Multilingual detector of phishing, adware, and malware on websites
文件大小 3.53 MB
安装次数 64
当前版本 1.3
更新时间 2024-02-23
上架时间 2023-10-10
评分 4.71/5 共14次评分
开发者 Victoria Panassevitch
电子邮箱 [email protected]
付费类型 free
扩展官网 https://cyberwise.typedream.app/
帮助页面URL https://cyberwise.typedream.app/
隐私政策页面URL https://www.privacypolicies.com/live/4a91ffac-5cf8-4f0f-ab44-9da37e805281
支持的语言 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": [
                ""
            ],
            "js": [
                "\/scripts\/content\/locale.js",
                "\/scripts\/content\/black-list.js",
                "\/scripts\/content\/highlighting-phrases.js",
                "\/scripts\/content\/file-download-confirm.js",
                "\/scripts\/content\/countdown-block.js",
                "\/scripts\/content\/popup-confirm.js"
            ],
            "exclude_globs": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/chat.openai.com\/*",
                "chrome:\/\/extensions"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup\/html\/home.html"
    }
}