每氪净化
针对百度和360优化,更纯净 1.去除推广广告 2.阻止百度cookie追踪 3.支持居中显示 4.支持百度关键字搜索屏蔽
What is 每氪净化?
每氪净化 is a Chrome extension developed by 百梦, and its main feature is "针对百度和360优化,更纯净 1.去除推广广告 2.阻止百度cookie追踪 3.支持居中显示 4.支持百度关键字搜索屏蔽".
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
使用更纯净的百度 1.屏蔽百度广告推广 2.阻止百度追踪 3.支持居中显示治愈偏头痛 4.支持屏蔽csdn等关键字
Extension Basic Information
Name | 每氪净化 |
ID | bhjllcbooegngfdndlcbmelgcaalkodm |
Official URL | https://chromewebstore.google.com/detail/%E6%AF%8F%E6%B0%AA%E5%87%80%E5%8C%96/bhjllcbooegngfdndlcbmelgcaalkodm |
Description | 针对百度和360优化,更纯净 1.去除推广广告 2.阻止百度cookie追踪 3.支持居中显示 4.支持百度关键字搜索屏蔽 |
File Size | 108 KB |
Installation Count | 2,000 |
Current Version | 3.0.4 |
Last Updated | 2022-02-16 |
Publish Date | 2021-09-20 |
Rating | 4.50/5 Total 4 Ratings |
Developer | 百梦 |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_popup": "html\/popup.html", "default_title": "\u6bcf\u6c2a\u51c0\u5316" }, "content_scripts": [ { "js": [ "js\/jquery-3.5.1.min.js", "js\/meikeBaidu.js" ], "matches": [ "*:\/\/*.baidu.com\/*", "*:\/\/*.bdstatic.com\/*", "*:\/\/*.so.com\/*" ], "run_at": "document_start" } ], "description": "\u9488\u5bf9\u767e\u5ea6\u548c360\u4f18\u5316\uff0c\u66f4\u7eaf\u51c0 1.\u53bb\u9664\u63a8\u5e7f\u5e7f\u544a 2.\u963b\u6b62\u767e\u5ea6cookie\u8ffd\u8e2a 3.\u652f\u6301\u5c45\u4e2d\u663e\u793a 4.\u652f\u6301\u767e\u5ea6\u5173\u952e\u5b57\u641c\u7d22\u5c4f\u853d", "icons": { "16": "images\/sbaidu_16.png", "48": "images\/sbaidu_48.png", "128": "images\/sbaidu_128.png" }, "manifest_version": 2, "name": "\u6bcf\u6c2a\u51c0\u5316", "permissions": [ "storage", "cookies", "*:\/\/*.baidu.com\/*", "*:\/\/*.bdstatic.com\/*", "*:\/\/*.so.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.0.4", "web_accessible_resources": [ "images\/*" ] } |