无追搜索-让你的搜索,不再被追踪
无追搜索是一款专注于保护隐私的新一代搜索引擎,以优质结果为基础,致力为用户打造安心纯净且有保障的搜索环境。
Cos'è 无追搜索-让你的搜索,不再被追踪?
无追搜索-让你的搜索,不再被追踪 è un'estensione di Chrome sviluppata da https://www.wuzhuiso.com, e la sua funzione principale è "无追搜索是一款专注于保护隐私的新一代搜索引擎,以优质结果为基础,致力为用户打造安心纯净且有保障的搜索环境。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 无追搜索-让你的搜索,不再被追踪
Scarica i file di estensione 无追搜索-让你的搜索,不再被追踪 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
浏览器扩展功能 1.允许您直接从浏览器的地址栏中使用无追搜索。 2.允许您拖拽划词使用无追搜索 想了解无追搜索更多信息?请访问 https://www.wuzhuiso.com 如果您有任何建议或者意见想与我们联系,请在无追搜索首页下方反馈,或通过邮件发送到 [email protected] 无追搜索隐私政策链接 https://www.wuzhuiso.com/help/policy.html
Informazioni di Base sull'Estensione
Nome | |
ID | ieblmefjnimmjncaofflccpmdlfehmhn |
URL Ufficiale | 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 |
Descrizione | 无追搜索是一款专注于保护隐私的新一代搜索引擎,以优质结果为基础,致力为用户打造安心纯净且有保障的搜索环境。 |
Dimensione del File | 1.4 MB |
Conteggio Installazioni | 2,174 |
Versione Corrente | 1.9.1 |
Ultimo Aggiornamento | 2023-11-20 |
Data di Pubblicazione | 2022-01-20 |
Valutazione | 4.63/5 Totale 8 Valutazioni |
Sviluppatore | https://www.wuzhuiso.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.wuzhuiso.com/?src=extension_chrome |
URL della Pagina di Aiuto | https://www.wuzhuiso.com/about.html |
URL della Pagina della Politica sulla Privacy | https://www.wuzhuiso.com/help/policy.html |
Lingue Supportate | 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", " |