无追搜索-让你的搜索,不再被追踪
无追搜索是一款专注于保护隐私的新一代搜索引擎,以优质结果为基础,致力为用户打造安心纯净且有保障的搜索环境。
什么是无追搜索-让你的搜索,不再被追踪?
无追搜索-让你的搜索,不再被追踪是由https://www.wuzhuiso.com开发的Chrome扩展程序,该扩展的主要功能是“无追搜索是一款专注于保护隐私的新一代搜索引擎,以优质结果为基础,致力为用户打造安心纯净且有保障的搜索环境。”。
扩展截图
下载无追搜索-让你的搜索,不再被追踪扩展crx文件
下载无追搜索-让你的搜索,不再被追踪扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
浏览器扩展功能 1.允许您直接从浏览器的地址栏中使用无追搜索。 2.允许您拖拽划词使用无追搜索 想了解无追搜索更多信息?请访问 https://www.wuzhuiso.com 如果您有任何建议或者意见想与我们联系,请在无追搜索首页下方反馈,或通过邮件发送到 [email protected] 无追搜索隐私政策链接 https://www.wuzhuiso.com/help/policy.html
扩展基本信息
名称 | |
ID | ieblmefjnimmjncaofflccpmdlfehmhn |
官方URL | https://chromewebstore.google.com/detail/%E6%97%A0%E8%BF%BD%E6%90%9C%E7%B4%A2-%E8%AE%A9%E4%BD%A0%E7%9A%84%E6%90%9C%E7%B4%A2%EF%BC%8C%E4%B8%8D%E5%86%8D%E8%A2%AB%E8%BF%BD%E8%B8%AA/ieblmefjnimmjncaofflccpmdlfehmhn |
简介 | 无追搜索是一款专注于保护隐私的新一代搜索引擎,以优质结果为基础,致力为用户打造安心纯净且有保障的搜索环境。 |
文件大小 | 1.4 MB |
安装次数 | 2,174 |
当前版本 | 1.9.1 |
更新时间 | 2023-11-20 |
上架时间 | 2022-01-20 |
评分 | 4.63/5 共8次评分 |
开发者 | https://www.wuzhuiso.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.wuzhuiso.com/?src=extension_chrome |
帮助页面URL | https://www.wuzhuiso.com/about.html |
隐私政策页面URL | https://www.wuzhuiso.com/help/policy.html |
支持的语言 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u65e0\u8ffd\u641c\u7d22-\u8ba9\u4f60\u7684\u641c\u7d22\uff0c\u4e0d\u518d\u88ab\u8ffd\u8e2a", "version": "1.9.1", "description": "\u65e0\u8ffd\u641c\u7d22\u662f\u4e00\u6b3e\u4e13\u6ce8\u4e8e\u4fdd\u62a4\u9690\u79c1\u7684\u65b0\u4e00\u4ee3\u641c\u7d22\u5f15\u64ce\uff0c\u4ee5\u4f18\u8d28\u7ed3\u679c\u4e3a\u57fa\u7840\uff0c\u81f4\u529b\u4e3a\u7528\u6237\u6253\u9020\u5b89\u5fc3\u7eaf\u51c0\u4e14\u6709\u4fdd\u969c\u7684\u641c\u7d22\u73af\u5883\u3002", "icons": { "16": "public\/img\/icon.png", "48": "public\/img\/icon.png", "128": "public\/img\/icon.png" }, "background": { "scripts": [ "webext-sdk\/ewe-api.js", "public\/js\/background.js" ], "persistent": true }, "content_scripts": [ { "all_frames": true, "js": [ "webext-sdk\/ewe-content.js" ], "match_about_blank": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" }, { "js": [ "public\/js\/content.js", "public\/iconfont\/iconfont.js" ], "css": [ "public\/css\/web.css", "public\/css\/content.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "browser_action": { "default_icon": "public\/img\/icon.png", "default_title": "\u65e0\u8ffd\u641c\u7d22-\u8ba9\u4f60\u7684\u641c\u7d22\uff0c\u4e0d\u518d\u88ab\u8ffd\u8e2a", "default_popup": "popup.html" }, "permissions": [ "contextMenus", "webNavigation", "webRequest", "unlimitedStorage", "storage", "webRequestBlocking", " |