Browse.live Web Safety

Browser Extension that Hides Unfair Ads and Unsafe Search Results

Was ist Browse.live Web Safety?

Browse.live Web Safety ist eine Chrome-Erweiterung, die von AppEsteem Corporation entwickelt wurde, und ihr Hauptmerkmal ist "Browser Extension that Hides Unfair Ads and Unsafe Search Results".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Browse.live Web Safety-Erweiterungs-CRX-Datei herunterladen

Laden Sie Browse.live Web Safety-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Browse.live Web Safety Browse.live Web Safety
ID ghjakbehlhkjdiehaeffedomkakcenjo
Offizielle URL https://chromewebstore.google.com/detail/browselive-web-safety/ghjakbehlhkjdiehaeffedomkakcenjo
Beschreibung Browser Extension that Hides Unfair Ads and Unsafe Search Results
Dateigröße 403 KB
Installationsanzahl 12,922
Aktuelle Version 2.23.1606.2535
Letztes Update 2023-06-07
Veröffentlichungsdatum 2021-09-25
Bewertung 4.40/5 Insgesamt 5 Bewertungen
Entwickler AppEsteem Corporation
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://browse.live
Hilfeseite URL https://browse.live/support
URL der Datenschutzrichtlinien-Seite https://blur.live/privacypolicy
Unterstützte Sprachen 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"
}