Browse.live Ad Control

A browser extension that blocks unfair ads

Browse.live Ad Control là gì?

Browse.live Ad Control là một tiện ích mở rộng Chrome được phát triển bởi https://browse.live, và tính năng chính của nó là "A browser extension that blocks unfair ads".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Browse.live Ad Control

Tải xuống các tệp mở rộng Browse.live Ad Control dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Browse.live Ad Control Browse.live Ad Control
ID lhjgfbdmhhdmjnnjeabjclblkecbldpd
URL Chính Thức https://chromewebstore.google.com/detail/browselive-ad-control/lhjgfbdmhhdmjnnjeabjclblkecbldpd
Mô tả A browser extension that blocks unfair ads
Kích Thước Tệp 189 KB
Số Lần Cài Đặt 8,718
Phiên Bản Hiện Tại 2.23.1122.2232
Cập Nhật Lần Cuối 2023-01-24
Ngày Phát Hành 2022-04-13
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://browse.live
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://browse.live
URL Trang Trợ Giúp https://browse.live/support
URL Trang Chính Sách Bảo Mật https://blur.live/privacypolicy
Ngôn Ngữ Được Hỗ Trợ 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"
}