ClearBaidu
block the baidu ads
What is ClearBaidu?
ClearBaidu is a Chrome extension developed by QiXiang, and its main feature is "block the baidu ads".
Download ClearBaidu Extension CRX File
Download ClearBaidu 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
block ads for baidu serach result
Extension Basic Information
Name | ![]() |
ID | cekpbfmmnjgndhidoohohoidpcajjmad |
Official URL | https://chrome.google.com/webstore/detail/clearbaidu/cekpbfmmnjgndhidoohohoidpcajjmad |
Description | block the baidu ads |
File Size | 34.5 KB |
Installation Count | 26 |
Current Version | 0.9.1 |
Last Updated | 2016-11-09 |
Publish Date | 2016-11-09 |
Developer | QiXiang |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |