Browse.live Web Safety

Browser Extension that Hides Unfair Ads and Unsafe Search Results

Apa itu Browse.live Web Safety?

Browse.live Web Safety adalah ekstensi Chrome yang dikembangkan oleh AppEsteem Corporation, dan fitur utamanya adalah "Browser Extension that Hides Unfair Ads and Unsafe Search Results".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Browse.live Web Safety

Unduh file ekstensi Browse.live Web Safety dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Browse.live Web Safety Browse.live Web Safety
ID ghjakbehlhkjdiehaeffedomkakcenjo
URL Resmi https://chromewebstore.google.com/detail/browselive-web-safety/ghjakbehlhkjdiehaeffedomkakcenjo
Deskripsi Browser Extension that Hides Unfair Ads and Unsafe Search Results
Ukuran File 403 KB
Jumlah Instalasi 12,922
Versi Saat Ini 2.23.1606.2535
Terakhir Diperbarui 2023-06-07
Tanggal Publikasi 2021-09-25
Penilaian 4.40/5 Total 5 Penilaian
Pengembang AppEsteem Corporation
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://browse.live
URL Halaman Bantuan https://browse.live/support
URL Halaman Kebijakan Privasi https://blur.live/privacypolicy
Bahasa yang Didukung 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"
}