ClearBaidu

block the baidu ads

Wat is ClearBaidu?

ClearBaidu is een Chrome-extensie ontwikkeld door QiXiang, en de belangrijkste functie is "block the baidu ads".

Download het CRX-bestand van de extensie ClearBaidu

Download ClearBaidu-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

                        block ads for baidu serach result                    

Basisinformatie over de Extensie

Naam ClearBaidu ClearBaidu
ID cekpbfmmnjgndhidoohohoidpcajjmad
Officiële URL https://chrome.google.com/webstore/detail/clearbaidu/cekpbfmmnjgndhidoohohoidpcajjmad
Beschrijving block the baidu ads
Bestandsgrootte 34.5 KB
Aantal Installaties 26
Huidige Versie 0.9.1
Laatst Bijgewerkt 2016-11-09
Publicatiedatum 2016-11-09
Ontwikkelaar QiXiang
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": "ClearBaidu",
    "description": "block the baidu ads",
    "version": "0.9.1",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "https:\/\/www.baidu.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "short_name": "ClearBaidu"
}