Browse.live Ad Control

A browser extension that blocks unfair ads

Apa itu Browse.live Ad Control?

Browse.live Ad Control adalah ekstensi Chrome yang dikembangkan oleh https://browse.live, dan fitur utamanya adalah "A browser extension that blocks unfair ads".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Browse.live Ad Control

Unduh file ekstensi Browse.live Ad Control 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

                        --Peaceful Browsing--
Browse.live Ad Control blocks all unfair ads, giving you the cleanest and fairest browsing experience there is. We use our published Polluter list (https://appesteem.com/polluters) to determine which websites and ad networks pollute your browser.

--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.

Browse.live Ad Control never collects your personal data.                    

Informasi Dasar Ekstensi

Nama Browse.live Ad Control Browse.live Ad Control
ID lhjgfbdmhhdmjnnjeabjclblkecbldpd
URL Resmi https://chromewebstore.google.com/detail/browselive-ad-control/lhjgfbdmhhdmjnnjeabjclblkecbldpd
Deskripsi A browser extension that blocks unfair ads
Ukuran File 189 KB
Jumlah Instalasi 8,718
Versi Saat Ini 2.23.1122.2232
Terakhir Diperbarui 2023-01-24
Tanggal Publikasi 2022-04-13
Penilaian 3.00/5 Total 2 Penilaian
Pengembang https://browse.live
Email [email protected]
Tipe Pembayaran free
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": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkNdGajrXrryvgwSByU9n8RHhYkGidujWQRs+J3c5aQbXL0a\/jj5Z0TyGCk1gTA4G+dJidwYXE0vkEPDUnrV9rgLrxym+UA9fSD4qz+aJLmAnpheJE7QAM16y6QieciTJ2U\/xmO5P7Zan95wKipt8G2jeUYpoNKvlK451RlsJunoIsmoMX1qefH4M7XloL\/3pQ6W8gUC06Q5xTQVJ+LGGC5gcmgH7F2gpsNQIfggmflT\/KuJ\/q1AMkbsEWAktHRFr\/sMgL7EgCIEb+DWHxqCg4A3wNhZHUlb2RvB9BAL7npCSJQD3NL18QbR5eQErWpHWipoaJRxxa7TnBGhUWpV6IQIDAQAB",
    "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"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "alarms",
        "scripting",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "media\/16.png",
        "48": "media\/48.png",
        "128": "media\/128.png"
    },
    "externally_connectable": {
        "ids": [],
        "matches": [
            "https:\/\/*.browse.live\/*",
            "https:\/\/browse.live\/*",
            "https:\/\/blur.live\/*",
            "https:\/\/*.blur.live\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "version": "2.23.1122.2232"
}