广告净化器 - Ads Ban

屏蔽网站广告

What is 广告净化器 - Ads Ban?

广告净化器 - Ads Ban is a Chrome extension developed by linka, and its main feature is "屏蔽网站广告".

Extension Screenshots

screenshot
screenshot
screenshot

Download 广告净化器 - Ads Ban Extension CRX File

Download 广告净化器 - Ads Ban extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        屏蔽百度搜索、360搜索、搜狗搜索、bing、hao123等相关产品的列表广告
屏蔽CSDN、Cnblogs、部分NSFW网站的广告                    

Extension Basic Information

Name 广告净化器 - Ads Ban 广告净化器 - Ads Ban
ID gogebechbnmmcbdajhgckjpnlahpkcje
Official URL https://chrome.google.com/webstore/detail/%E5%B9%BF%E5%91%8A%E5%87%80%E5%8C%96%E5%99%A8-ads-ban/gogebechbnmmcbdajhgckjpnlahpkcje
Description 屏蔽网站广告
File Size 48.9 KB
Installation Count 675
Current Version 0.1.2
Last Updated 2021-05-18
Publish Date 2019-07-21
Rating 3.00/5 Total 2 Ratings
Developer linka
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u5e7f\u544a\u51c0\u5316\u5668 - Ads Ban",
    "version": "0.1.2",
    "description": "\u5c4f\u853d\u7f51\u7ad9\u5e7f\u544a",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "browser-polyfill.js",
                "jquery.js",
                "content_scripts.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icons\/128X128.png",
        "64": "icons\/64X64.png",
        "48": "icons\/48X48.png"
    }
}