CyberWise

Multilingual detector of phishing, adware, and malware on websites

ما هو CyberWise؟

CyberWise هو إضافة Chrome تم تطويرها بواسطة Victoria Panassevitch، والميزة الرئيسية لها هي "Multilingual detector of phishing, adware, and malware on websites".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة CyberWise

قم بتنزيل ملفات الامتداد CyberWise بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://cyberwise.typedream.app/
عنوان صفحة سياسة الخصوصية 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"
    }
}