Online Security

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

什么是Online Security?

Online Security是由https://reasonlabs.com开发的Chrome扩展程序,该扩展的主要功能是“Powering your web experience with a reliable, endpoint protection layer.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Online Security扩展crx文件

下载Online Security扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Online Security Online Security
ID llbcnfanfmjhpedaedhbcnpgeepdnnok
官方URL https://chromewebstore.google.com/detail/online-security/llbcnfanfmjhpedaedhbcnpgeepdnnok
简介 Powering your web experience with a reliable, endpoint protection layer.
文件大小 1.17 MB
安装次数 12,000,000
当前版本 5.0.0
更新时间 2024-02-25
上架时间 2022-03-20
评分 4.11/5 共360次评分
开发者 https://reasonlabs.com
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://reasonlabs.com/platform/products/extension
帮助页面URL https://www.reasonlabs.com/contact-us?prod=7
隐私政策页面URL https://reasonlabs.com/platform/products/extension/privacy-policy
支持的语言 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\/*"
        ]
    }
}