CyberWise

Multilingual detector of phishing, adware, and malware on websites

CyberWise là gì?

CyberWise là một tiện ích mở rộng Chrome được phát triển bởi Victoria Panassevitch, và tính năng chính của nó là "Multilingual detector of phishing, adware, and malware on websites".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CyberWise

Tải xuống các tệp mở rộng CyberWise 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

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CyberWise CyberWise
ID okcddklchnidfaehbkgphjodojdkpkkn
URL Chính Thức https://chromewebstore.google.com/detail/cyberwise/okcddklchnidfaehbkgphjodojdkpkkn
Mô tả Multilingual detector of phishing, adware, and malware on websites
Kích Thước Tệp 3.53 MB
Số Lần Cài Đặt 64
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2024-02-23
Ngày Phát Hành 2023-10-10
Đánh Giá 4.71/5 Tổng số 14 Đánh Giá
Nhà Phát Triển Victoria Panassevitch
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://cyberwise.typedream.app/
URL Trang Trợ Giúp https://cyberwise.typedream.app/
URL Trang Chính Sách Bảo Mật https://www.privacypolicies.com/live/4a91ffac-5cf8-4f0f-ab44-9da37e805281
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}