Browse.live Web Safety

Browser Extension that Hides Unfair Ads and Unsafe Search Results

Vad är Browse.live Web Safety?

Browse.live Web Safety är en Chrome-tillägg utvecklad av AppEsteem Corporation, och dess huvudfunktion är "Browser Extension that Hides Unfair Ads and Unsafe Search Results".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Browse.live Web Safety-förlängningens CRX-fil

Ladda ner Browse.live Web Safety-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Browse.live Web Safety Browse.live Web Safety
ID ghjakbehlhkjdiehaeffedomkakcenjo
Officiell webbadress https://chromewebstore.google.com/detail/browselive-web-safety/ghjakbehlhkjdiehaeffedomkakcenjo
Beskrivning Browser Extension that Hides Unfair Ads and Unsafe Search Results
Filstorlek 403 KB
Antal Installationer 12,922
Aktuell Version 2.23.1606.2535
Senast Uppdaterad 2023-06-07
Publiceringsdatum 2021-09-25
Betyg 4.40/5 Totalt 5 Betyg
Utvecklare AppEsteem Corporation
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://browse.live
Hjälpsida URL https://browse.live/support
URL till Sekretesspolicy Sidan https://blur.live/privacypolicy
Stödda Språk 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"
}