Online Security

Powering your web experience with a reliable, endpoint protection layer.

What is Online Security?

Online Security is a Chrome extension developed by https://reasonlabs.com, and its main feature is "Powering your web experience with a reliable, endpoint protection layer.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Online Security Extension CRX File

Download Online Security extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Ensure your online safety with Online Security, a robust solution that keeps your web browsing secure and enhances website safety. Shield your browser from malware and privacy threats.

Online Security is part of ReasonLabs’ full cybersecurity suite. It can seamlessly integrate with RAV Endpoint Protection, ReasonLabs’ Next-Generation Endpoint Security product, to keep personal data out of reach from any type of security threat.

Online Security provides continuous real-time protection, 24/7. It defends against malicious URLs, harmful extensions, suspicious downloads, intrusive cookies, trackers, unauthorized notifications, and annoying pop-ups.

By incorporating anti virus protection directly into your browser, Online Security empowers you to navigate the internet with confidence, safeguarding both your digital identity and website safety."

Key Features:
Suspicious Site Blocking - Online Security protects you from malware, phishing, crypto-jackers, and scams targeting your browser and device. We're here to secure your online experience and personal data.

Identity Protection - Stay informed with our service about any dark web exposure. Our report covers a wide range of data, including financial information, passwords, usernames, and other personal details. This includes leaked credit card or fraud credit card details. Additionally, we'll guide you in effectively securing your information.

Notification Management - With Online Security, notifications from potentially harmful websites are blocked. Furthermore, it grants you the authority to decide and take control, easily managing and dismissing unwanted notifications through the extension dashboard. This guarantees a seamless browsing experience, free from hassle.

Harmful Extensions protection - Online Security deactivates harmful extensions on your browser. Safeguard your browsing experience by preventing any extensions that might compromise your browser.

Cookies and Trackers blocking - Online Security detects and prevents harmful cookies and trackers that target you with aggressive and hostile advertising, ensuring your browsing experience remains private and safe.

File Download Scanning - Online Security seamlessly integrates with RAV Endpoint Protection (ReasonLabs antivirus - https://shield.reasonsecurity.com/ReasonLabs-EPP-setup.exe), ensuring robust protection for your browser and personal computer. Every file you download undergoes scanning right as you initiate the download. This partnership includes real-time AV scans and antivirus software detection.
Required software: RAV (ReasonLabs antivirus)

Threat Scanner - Effortlessly schedule or initiate scans with just a simple touch.

Online Security provides also paid premium plans, unlocking premium capabilities to further enhance your protection online. Upgrade to our paid premium plans and enjoy an even safer browsing experience with enhanced features.

Get in Touch - If you have questions or need assistance, don't hesitate to contact us at [email protected].
By installing Online Security, you acknowledge and accept Online Security's:
Privacy Policy: https://reasonlabs.com/platform/products/extension/privacy-policy
Terms & Conditions: https://reasonlabs.com/platform/products/extension/terms                    

Extension Basic Information

Name Online Security Online Security
ID llbcnfanfmjhpedaedhbcnpgeepdnnok
Official URL https://chromewebstore.google.com/detail/online-security/llbcnfanfmjhpedaedhbcnpgeepdnnok
Description Powering your web experience with a reliable, endpoint protection layer.
File Size 1.17 MB
Installation Count 12,000,000
Current Version 5.0.0
Last Updated 2024-02-25
Publish Date 2022-03-20
Rating 4.11/5 Total 360 Ratings
Developer https://reasonlabs.com
Email [email protected]
Payment Type in_app
Extension Website https://reasonlabs.com/platform/products/extension
Help Page URL https://www.reasonlabs.com/contact-us?prod=7
Privacy Policy Page URL https://reasonlabs.com/platform/products/extension/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Powering your web experience with a reliable, endpoint protection layer.",
    "version": "5.0.0",
    "version_name": "5.0.0",
    "manifest_version": 3,
    "name": "Online Security",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "icon-34.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA10JyiI39paY1JQrrgcKc\/a3crhw9fcfS7WEKdiMXx2HTMnuJDW6s5qHPS2uifvsTKO4rdFblLV6pPsinyy\/EG9F3LDre7E6VoB4RBKDB\/c8elvC8Y4rvTskCu2l4hua+uj8XDAOIZyR8FFyij+MztuswLa9tKLKUC6nmD1X1DCeGgSxWgqAAcEqEeFiSzDD2iwnwuqafkVw06DPZLp2U1IX\/ukspJJ37cSwRbg\/R993bdFcfxpjIQZyZqIUSjENVatzLqvC4TkrD2270GJ6\/JWHn+524oc86avP2B6pIjI3JGYeuQszUWJhn6YfbIvE6Y1Fvwh7nOD1Q1qP54MEoxwIDAQAB",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "management",
        "tabs",
        "declarativeNetRequest",
        "downloads",
        "downloads.shelf",
        "downloads.open",
        "notifications",
        "webNavigation",
        "contextMenus",
        "contentSettings",
        "browsingData",
        "history",
        "nativeMessaging",
        "idle",
        "alarms",
        "cookies"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "content.styles.css",
                "icon-128.png",
                "icon-34.png",
                "icon-threat.png",
                "icon-upgrade.png",
                "noto-sans.woff",
                "noto-sans-bold.woff",
                "segoe-ui.woff",
                "segoe-ui-bold.woff"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                "https:\/\/*.reasonlabs.com\/*",
                "https:\/\/onlinesecurity-app.com\/*",
                "https:\/\/onlinesecurityext.com\/*",
                "https:\/\/insights.onlinesecurityext.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.reasonlabs.com\/*",
            "https:\/\/onlinesecurity-app.com\/*",
            "https:\/\/onlinesecurityext.com\/*",
            "https:\/\/insights.onlinesecurityext.com\/*"
        ]
    }
}