Browse.live Ad Control

A browser extension that blocks unfair ads

Wat is Browse.live Ad Control?

Browse.live Ad Control is een Chrome-extensie ontwikkeld door https://browse.live, en de belangrijkste functie is "A browser extension that blocks unfair ads".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Browse.live Ad Control

Download Browse.live Ad Control-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Browse.live Ad Control Browse.live Ad Control
ID lhjgfbdmhhdmjnnjeabjclblkecbldpd
Officiële URL https://chromewebstore.google.com/detail/browselive-ad-control/lhjgfbdmhhdmjnnjeabjclblkecbldpd
Beschrijving A browser extension that blocks unfair ads
Bestandsgrootte 189 KB
Aantal Installaties 8,718
Huidige Versie 2.23.1122.2232
Laatst Bijgewerkt 2023-01-24
Publicatiedatum 2022-04-13
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://browse.live
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://browse.live
Help Pagina-URL https://browse.live/support
URL van de Privacybeleid Pagina https://blur.live/privacypolicy
Ondersteunde Talen 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"
}