Browse.live Web Safety

Browser Extension that Hides Unfair Ads and Unsafe Search Results

Что такое Browse.live Web Safety?

Browse.live Web Safety - это расширение Chrome, разработанное AppEsteem Corporation, и его основная функция - "Browser Extension that Hides Unfair Ads and Unsafe Search Results".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Browse.live Web Safety

Скачайте файлы расширений Browse.live Web Safety в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Try it FREE for 7 days

--Browse Peacefully--
Browse.live Web Safety blocks all unfair ads based on our regularly updated Ad Polluter list (https://appesteem.com/polluters), giving you the cleanest and fairest browsing experience.

--Use Our Unique Patented Technology--
The remaining ads are blurred with our unique, patented technology, helping you focus on the content that matters. You can always choose to see these ads by hovering over them.

--Get Protection from Deceptive Apps--
Browse.live Web Safety warns you about potentially dangerous websites and links found in your search results. We constantly refine our list (https://appesteem.com/deceptors) of known deceptive sites and apps to improve your browsing safety.

Browse.live Web Safety never collects your personal data.

Browse.live Web Safety was created by AppEsteem, an app certification company that is trusted by the world’s leading cybersecurity companies to help protect more than 2 billion people from consumer fraud. Our mission is to bring safe and clean internet experiences to everybody.                    

Основная информация о расширении

Название Browse.live Web Safety Browse.live Web Safety
ID ghjakbehlhkjdiehaeffedomkakcenjo
Официальный URL https://chromewebstore.google.com/detail/browselive-web-safety/ghjakbehlhkjdiehaeffedomkakcenjo
Описание Browser Extension that Hides Unfair Ads and Unsafe Search Results
Размер файла 403 KB
Количество установок 12,922
Текущая Версия 2.23.1606.2535
Последнее Обновление 2023-06-07
Дата публикации 2021-09-25
Рейтинг 4.40/5 Всего 5 оценок
Разработчик AppEsteem Corporation
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://browse.live
URL страницы помощи https://browse.live/support
URL страницы политики конфиденциальности https://blur.live/privacypolicy
Поддерживаемые языки id,de,en,fil,fr,nl,no,vi,tr,ca,da,es,hr,it,lt,hu,pl,pt-BR,pt-PT,ro,fi,sv,el,sr,ru,uk,iw,fa,hi,ml,th,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_ExtName__",
    "description": "__MSG_ExtDescription__",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt1Odf6T1vxyVP4h7LYh+sfOGSjkd\/vGTTyjxd1ACirj1Hh8+GxVeTkMWDSL\/Si83b31wSstfqWPcignUSg6ab6z\/O1ycIvqYoA74B+WCEf5Kgc4cKUd8tgaV1LZaet0LGpvRTDpr6HUgIkvQJe\/vh1Q7KXSpCclYQpHrNJNzjjtkqGInzz\/cvue2iPW3AgAtOnO5vqgH9it9JwGbj4Rfuhz7rK1X6OdaYOuLm9GUoL\/2XDjcpC26K16p7dO55MagT6hRtTGwtD01GrNRTplrC4WHFQzcLUxpFx27xWG4SR0Kt3sVGaO0vU8Eh77\/ZbNjCMQM1gHFLJDLdIsyMSg1UwIDAQAB",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_icon": "media\/logo_icon_play.png",
        "default_popup": "popups\/index.html"
    },
    "homepage_url": "https:\/\/browse.live",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "all_frames": true,
            "match_about_blank": true,
            "js": [
                "content.js"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/browse.live\/websafety\/notification*",
                "https:\/\/staging.browse.live\/websafety\/notification*"
            ],
            "all_frames": true,
            "js": [
                "notification_blur.js"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/browse.live\/*"
            ],
            "all_frames": true,
            "js": [
                "websafety_info.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "alarms",
        "scripting",
        "downloads",
        "management",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "media\/16.png",
        "48": "media\/48.png",
        "128": "media\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "notification.html",
                "notification.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "ids": [],
        "matches": [
            "https:\/\/*.browse.live\/*",
            "https:\/\/browse.live\/*",
            "https:\/\/blur.live\/*",
            "https:\/\/*.blur.live\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "version": "2.23.1606.2535"
}