未知搜索 - 去广告、去重定向、去内容农场
屏蔽搜索(百度、谷歌)广告、替换重定向链接、剔除内容农场网站,优化中文互联网搜索。
What is 未知搜索 - 去广告、去重定向、去内容农场?
未知搜索 - 去广告、去重定向、去内容农场 is a Chrome extension developed by https://xsear.ch, 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 | omjmpbnbdehpghomlhihcfmembgfjakn |
Official URL | https://chromewebstore.google.com/detail/%E6%9C%AA%E7%9F%A5%E6%90%9C%E7%B4%A2-%E5%8E%BB%E5%B9%BF%E5%91%8A%E3%80%81%E5%8E%BB%E9%87%8D%E5%AE%9A%E5%90%91%E3%80%81%E5%8E%BB%E5%86%85%E5%AE%B9%E5%86%9C%E5%9C%BA/omjmpbnbdehpghomlhihcfmembgfjakn |
Description | 屏蔽搜索(百度、谷歌)广告、替换重定向链接、剔除内容农场网站,优化中文互联网搜索。 |
File Size | 190 KB |
Installation Count | 205 |
Current Version | 1.1 |
Last Updated | 2021-02-04 |
Publish Date | 2021-01-30 |
Rating | 3.00/5 Total 1 Ratings |
Developer | https://xsear.ch |
[email protected] | |
Payment Type | free |
Extension Website | https://xsear.ch/ |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u672a\u77e5\u641c\u7d22 - \u53bb\u5e7f\u544a\u3001\u53bb\u91cd\u5b9a\u5411\u3001\u53bb\u5185\u5bb9\u519c\u573a", "version": "1.1", "description": "\u5c4f\u853d\u641c\u7d22\uff08\u767e\u5ea6\u3001\u8c37\u6b4c\uff09\u5e7f\u544a\u3001\u66ff\u6362\u91cd\u5b9a\u5411\u94fe\u63a5\u3001\u5254\u9664\u5185\u5bb9\u519c\u573a\u7f51\u7ad9\uff0c\u4f18\u5316\u4e2d\u6587\u4e92\u8054\u7f51\u641c\u7d22\u3002", "icons": { "16": "icon\/search.png", "32": "icon\/search.png", "48": "icon\/search.png", "128": "icon\/search.png" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com https:\/\/cdn.jsdelivr.net; object-src 'self'", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "icon\/search.png", "32": "icon\/search.png", "48": "icon\/search.png", "128": "icon\/search.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "include_globs": [ "*:\/\/*.google.*\/search*" ], "js": [ "google_script.js" ] }, { "matches": [ "*:\/\/www.baidu.com\/*" ], "js": [ "baidu_script.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html" } |