Ad Avenger

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

什么是Ad Avenger?

Ad Avenger是由collimmethen开发的Chrome扩展程序,该扩展的主要功能是“Ad Avenger is a guardian of your browsing experience. No ads are allowed while he is on the watch.”。

扩展截图

screenshot
screenshot

下载Ad Avenger扩展crx文件

下载Ad Avenger扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Ad Avenger Ad Avenger
ID aabcnnmihfbpfblmeflmggaccdjlpfpp
官方URL https://chrome.google.com/webstore/detail/ad-avenger/aabcnnmihfbpfblmeflmggaccdjlpfpp
简介 Ad Avenger is a guardian of your browsing experience. No ads are allowed while he is on the watch.
文件大小 800 KB
安装次数 100,000
当前版本 1.0.0
更新时间 2021-09-28
上架时间 2021-09-28
评分 4.82/5 共22次评分
开发者 collimmethen
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}