Ad Avenger

Ad Avenger is a guardian of your browsing experience. No ads are allowed while he is on the watch.

Ad Avenger là gì?

Ad Avenger là một tiện ích mở rộng Chrome được phát triển bởi collimmethen, và tính năng chính của nó là "Ad Avenger is a guardian of your browsing experience. No ads are allowed while he is on the watch.".

Ả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 Ad Avenger

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

                        Ad Avenger is a guardian of your browsing experience. No ads are allowed while he is on the watch. His protection encompasses the most popular sites, so no more interruptions while you are watching your favorite content.
You can also feel safe while surfing the Internet because he blocks the third-party trackers, which advertising corporations use to spy on you.

If you have any inquiries or suggestions, you can always send an email to the creators of Ad Avenger. Support email - [email protected]. Looking forward to your awesome ideas.                    

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

Tên Ad Avenger Ad Avenger
ID aabcnnmihfbpfblmeflmggaccdjlpfpp
URL Chính Thức https://chrome.google.com/webstore/detail/ad-avenger/aabcnnmihfbpfblmeflmggaccdjlpfpp
Mô tả Ad Avenger is a guardian of your browsing experience. No ads are allowed while he is on the watch.
Kích Thước Tệp 800 KB
Số Lần Cài Đặt 100,000
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-09-28
Ngày Phát Hành 2021-09-28
Đánh Giá 4.82/5 Tổng số 22 Đánh Giá
Nhà Phát Triển collimmethen
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,es,it,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ad Avenger",
    "description": "__MSG_description__",
    "version": "1.0.0",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "128": "icons\/enabled\/128x128.png",
        "48": "icons\/enabled\/48x48.png",
        "32": "icons\/enabled\/32x32.png",
        "16": "icons\/enabled\/16x16.png"
    },
    "browser_action": {
        "default_title": "Ad Avenger",
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icons\/enabled\/32x32.png",
            "24": "icons\/enabled\/24x24.png",
            "16": "icons\/enabled\/16x16.png"
        }
    },
    "background": {
        "scripts": [
            "adguard\/adguard-api.js",
            "background.bundle.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "adguard\/adguard-content.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "ws:\/\/*\/*",
        "wss:\/\/*\/*",
        "storage",
        "unlimitedStorage"
    ]
}