无追搜索-让你的搜索,不再被追踪

无追搜索是一款专注于保护隐私的新一代搜索引擎,以优质结果为基础,致力为用户打造安心纯净且有保障的搜索环境。

What is 无追搜索-让你的搜索,不再被追踪?

无追搜索-让你的搜索,不再被追踪 is a Chrome extension developed by https://www.wuzhuiso.com, and its main feature is "无追搜索是一款专注于保护隐私的新一代搜索引擎,以优质结果为基础,致力为用户打造安心纯净且有保障的搜索环境。".

Extension Screenshots

screenshot

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.允许您拖拽划词使用无追搜索



想了解无追搜索更多信息?请访问 https://www.wuzhuiso.com

如果您有任何建议或者意见想与我们联系,请在无追搜索首页下方反馈,或通过邮件发送到 [email protected]



无追搜索隐私政策链接 https://www.wuzhuiso.com/help/policy.html                    

Extension Basic Information

Name 无追搜索-让你的搜索,不再被追踪 无追搜索-让你的搜索,不再被追踪
ID ieblmefjnimmjncaofflccpmdlfehmhn
Official 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
Description 无追搜索是一款专注于保护隐私的新一代搜索引擎,以优质结果为基础,致力为用户打造安心纯净且有保障的搜索环境。
File Size 1.4 MB
Installation Count 2,174
Current Version 1.9.1
Last Updated 2023-11-20
Publish Date 2022-01-20
Rating 4.63/5 Total 8 Ratings
Developer https://www.wuzhuiso.com
Email [email protected]
Payment Type free
Extension Website https://www.wuzhuiso.com/?src=extension_chrome
Help Page URL https://www.wuzhuiso.com/about.html
Privacy Policy Page URL https://www.wuzhuiso.com/help/policy.html
Supported Languages 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",
        ""
    ],
    "homepage_url": "https:\/\/www.wuzhuiso.com",
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/www.wuzhuiso.com\/favicon.ico",
            "is_default": true,
            "keyword": "wuzhuiso.com",
            "name": "\u65e0\u8ffd\u827e\u7279\u641c\u7d22",
            "search_url": "https:\/\/www.wuzhuiso.com\/s?src=extension_chrome&q={searchTerms}",
            "suggest_url": "https:\/\/www.wuzhuiso.com\/v1\/pc_ext\/suggest?word={searchTerms}&count=8&src=ext_sug"
        }
    },
    "default_locale": "zh_CN",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}