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
Eメール [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"
    }
}