CyberWise

Multilingual detector of phishing, adware, and malware on websites

CyberWise क्या है?

CyberWise Victoria Panassevitch द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Multilingual detector of phishing, adware, and malware on websites"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CyberWise एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
सहायता पृष्ठ 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"
    }
}