无追搜索-让你的搜索,不再被追踪
无追搜索是一款专注于保护隐私的新一代搜索引擎,以优质结果为基础,致力为用户打造安心纯净且有保障的搜索环境。
Vad är 无追搜索-让你的搜索,不再被追踪?
无追搜索-让你的搜索,不再被追踪 är en Chrome-tillägg utvecklad av https://www.wuzhuiso.com, och dess huvudfunktion är "无追搜索是一款专注于保护隐私的新一代搜索引擎,以优质结果为基础,致力为用户打造安心纯净且有保障的搜索环境。".
Tilläggsskärmbilder
Ladda ner 无追搜索-让你的搜索,不再被追踪-förlängningens CRX-fil
Ladda ner 无追搜索-让你的搜索,不再被追踪-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
浏览器扩展功能 1.允许您直接从浏览器的地址栏中使用无追搜索。 2.允许您拖拽划词使用无追搜索 想了解无追搜索更多信息?请访问 https://www.wuzhuiso.com 如果您有任何建议或者意见想与我们联系,请在无追搜索首页下方反馈,或通过邮件发送到 [email protected] 无追搜索隐私政策链接 https://www.wuzhuiso.com/help/policy.html
Grundläggande Information om Tillägg
Namn | |
ID | ieblmefjnimmjncaofflccpmdlfehmhn |
Officiell webbadress | 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 |
Beskrivning | 无追搜索是一款专注于保护隐私的新一代搜索引擎,以优质结果为基础,致力为用户打造安心纯净且有保障的搜索环境。 |
Filstorlek | 1.4 MB |
Antal Installationer | 2,174 |
Aktuell Version | 1.9.1 |
Senast Uppdaterad | 2023-11-20 |
Publiceringsdatum | 2022-01-20 |
Betyg | 4.63/5 Totalt 8 Betyg |
Utvecklare | https://www.wuzhuiso.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.wuzhuiso.com/?src=extension_chrome |
Hjälpsida URL | https://www.wuzhuiso.com/about.html |
URL till Sekretesspolicy Sidan | https://www.wuzhuiso.com/help/policy.html |
Stödda Språk | 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", " |