百度推广优化
百度搜索结果页隐藏广告插件
What is 百度推广优化?
百度推广优化 is a Chrome extension developed by zhengfei911, and its main feature is "百度搜索结果页隐藏广告插件".
Extension Screenshots
Download 百度推广优化 Extension CRX File
Download 百度推广优化 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
Extension Basic Information
Name | |
ID | dcbjckkamhnldbpiigohjemededecpeg |
Official URL | https://chrome.google.com/webstore/detail/%E7%99%BE%E5%BA%A6%E6%8E%A8%E5%B9%BF%E4%BC%98%E5%8C%96/dcbjckkamhnldbpiigohjemededecpeg |
Description | 百度搜索结果页隐藏广告插件 |
File Size | 55.53 KB |
Installation Count | 516 |
Current Version | 0.1.2 |
Last Updated | 2016-07-03 |
Publish Date | 2016-07-03 |
Rating | 3.80/5 Total 5 Ratings |
Developer | zhengfei911 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/fly9i/ban_baidu_ad |
Help Page URL | https://github.com/fly9i/ban_baidu_ad |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u767e\u5ea6\u63a8\u5e7f\u4f18\u5316", "version": "0.1.2", "manifest_version": 2, "description": "\u767e\u5ea6\u641c\u7d22\u7ed3\u679c\u9875\u9690\u85cf\u5e7f\u544a\u63d2\u4ef6", "browser_action": { "default_icon": "icon.png", "default_title": "\u767e\u5ea6\u63a8\u5e7f\u4f18\u5316", "default_popup": "popup.html" }, "permissions": [ "notifications", "tabs", "webNavigation", "storage", "http:\/\/www.baidu.com\/s*", "https:\/\/www.baidu.com\/s*" ], "background": { "page": "background.html", "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/www.baidu.com\/*", "https:\/\/www.baidu.com\/*" ], "css": [ "style.css" ], "js": [ "jquery-1.11.3.min.js", "content.js" ] } ], "web_accessible_resources": [ "icons\/iconfont.eot", "icons\/iconfont.woff", "icons\/iconfont.svg", "icons\/iconfont.ttf", "setting.html" ] } |