百度去广告
百度去广告
What is 百度去广告?
百度去广告 is a Chrome extension developed by 跃迁小能手, 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 | bjldfjbcgboigpaccblgfhhpohfllcno |
Official URL | https://chromewebstore.google.com/detail/%E7%99%BE%E5%BA%A6%E5%8E%BB%E5%B9%BF%E5%91%8A/bjldfjbcgboigpaccblgfhhpohfllcno |
Description | 百度去广告 |
File Size | 11.63 KB |
Installation Count | 311 |
Current Version | 1.0 |
Last Updated | 2023-06-21 |
Publish Date | 2023-06-21 |
Rating | 4.00/5 Total 2 Ratings |
Developer | 跃迁小能手 |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u767e\u5ea6\u53bb\u5e7f\u544a", "version": "1.0", "manifest_version": 3, "description": "\u767e\u5ea6\u53bb\u5e7f\u544a", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "js": [ "content_scripts.js" ], "matches": [ "*:\/\/www.baidu.com\/*" ], "run_at": "document_end" } ] } |