Browser Ads Remover

Browser Ads Remover blocks online ads and activity trackers, which helps sites load faster and protect your privacy.

Browser Ads Remover là gì?

Browser Ads Remover là một tiện ích mở rộng Chrome được phát triển bởi The Fake news Prevention, và tính năng chính của nó là "Browser Ads Remover blocks online ads and activity trackers, which helps sites load faster and protect your privacy.".

Ả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 Browser Ads Remover

Tải xuống các tệp mở rộng Browser Ads Remover 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

                        Browser Ads Remover blocks online ads and activity trackers, which helps sites load faster and protect your privacy.
It also blocks tracking cookies used by advertising companies to track you online, so your privacy is protected.

We tested Browser Ads Remover on the 1,800 most popular websites and on average the websites loaded 44% faster and used 19% less data with Browser Ads Remover installed.
 
Browser Ads Remover uses a GPLv3 license                    

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

Tên Browser Ads Remover Browser Ads Remover
ID enoojaffmmghoflmjlgfhnfphpciidfa
URL Chính Thức https://chrome.google.com/webstore/detail/enoojaffmmghoflmjlgfhnfphpciidfa
Mô tả Browser Ads Remover blocks online ads and activity trackers, which helps sites load faster and protect your privacy.
Kích Thước Tệp 5.39 MB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 2019.10.12
Cập Nhật Lần Cuối 2019-10-14
Ngày Phát Hành 2019-10-14
Nhà Phát Triển The Fake news Prevention
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "author": "The fake news Prevention",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "120": "images\/icon_120.png",
            "128": "images\/icon_128.png",
            "16": "images\/icon_16.png",
            "19": "images\/icon_19.png",
            "20": "images\/icon_20.png",
            "25": "images\/icon_25.png",
            "38": "images\/icon_38.png",
            "40": "images\/icon_40.png",
            "48": "images\/icon_48.png",
            "54": "images\/icon_54.png",
            "90": "images\/icon_90.png"
        },
        "default_popup": "ui\/popup.html",
        "default_title": "Browser Ads Remover"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/contentscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/cdn.trackjs.com 'sha256-Ff7hm2ChCVuSFOuWEFpRB1ikgKasndAjum\/sjLmso\/c='; object-src 'self'; img-src * data:; connect-src *;",
    "description": "Browser Ads Remover blocks online ads and activity trackers, which helps sites load faster and protect your privacy.",
    "icons": {
        "120": "images\/icon_120.png",
        "128": "images\/icon_128.png",
        "16": "images\/icon_16.png",
        "19": "images\/icon_19.png",
        "20": "images\/icon_20.png",
        "25": "images\/icon_25.png",
        "38": "images\/icon_38.png",
        "40": "images\/icon_40.png",
        "48": "images\/icon_48.png",
        "54": "images\/icon_54.png",
        "90": "images\/icon_90.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "49",
    "name": "Browser Ads Remover",
    "options_page": "dashboard.html",
    "permissions": [
        "idle",
        "contextMenus",
        "cookies",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "notifications",
        "activeTab"
    ],
    "storage": {
        "managed_schema": "managed_storage.json"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2019.10.12"
}