Browse.live Ad Control

A browser extension that blocks unfair ads

What is Browse.live Ad Control?

Browse.live Ad Control is a Chrome extension developed by https://browse.live, and its main feature is "A browser extension that blocks unfair ads".

Extension Screenshots

screenshot
screenshot

Download Browse.live Ad Control Extension CRX File

Download Browse.live Ad Control extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Browse.live Ad Control Browse.live Ad Control
ID lhjgfbdmhhdmjnnjeabjclblkecbldpd
Official URL https://chromewebstore.google.com/detail/browselive-ad-control/lhjgfbdmhhdmjnnjeabjclblkecbldpd
Description A browser extension that blocks unfair ads
File Size 189 KB
Installation Count 8,718
Current Version 2.23.1122.2232
Last Updated 2023-01-24
Publish Date 2022-04-13
Rating 3.00/5 Total 2 Ratings
Developer https://browse.live
Email [email protected]
Payment Type free
Extension Website https://browse.live
Help Page URL https://browse.live/support
Privacy Policy Page URL https://blur.live/privacypolicy
Supported Languages 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"
}