广告净化器 - Ads Ban

屏蔽网站广告

Wat is 广告净化器 - Ads Ban?

广告净化器 - Ads Ban is een Chrome-extensie ontwikkeld door linka, en de belangrijkste functie is "屏蔽网站广告".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie 广告净化器 - Ads Ban

Download 广告净化器 - Ads Ban-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam 广告净化器 - Ads Ban 广告净化器 - Ads Ban
ID gogebechbnmmcbdajhgckjpnlahpkcje
Officiële 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
Beschrijving 屏蔽网站广告
Bestandsgrootte 48.9 KB
Aantal Installaties 675
Huidige Versie 0.1.2
Laatst Bijgewerkt 2021-05-18
Publicatiedatum 2019-07-21
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar linka
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}