Browse.live Ad Control

A browser extension that blocks unfair ads

什麼是Browse.live Ad Control?

Browse.live Ad Control是由https://browse.live開發的Chrome擴展程式,該擴展的主要功能是“A browser extension that blocks unfair ads”。

擴展截圖

screenshot
screenshot

下載Browse.live Ad Control擴展crx文件

下載Browse.live Ad Control擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Browse.live Ad Control Browse.live Ad Control
ID lhjgfbdmhhdmjnnjeabjclblkecbldpd
官方網址 https://chromewebstore.google.com/detail/browselive-ad-control/lhjgfbdmhhdmjnnjeabjclblkecbldpd
簡介 A browser extension that blocks unfair ads
檔案大小 189 KB
安裝次數 8,718
目前版本 2.23.1122.2232
更新時間 2023-01-24
上架時間 2022-04-13
評分 3.00/5 共 2 次評分
開發者 https://browse.live
電子郵箱 [email protected]
付費類型 free
擴展官網 https://browse.live
說明頁面URL https://browse.live/support
隱私政策頁面URL https://blur.live/privacypolicy
支援的語言 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"
}