You.com

Sets Chrome's default search engine to You.com

什么是You.com?

You.com是由http://you.com开发的Chrome扩展程序,该扩展的主要功能是“Sets Chrome's default search engine to You.com”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载You.com扩展crx文件

下载You.com扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        you.com is the world's first open search engine platform that summarizes the web for you with useful and actionable content. Search less, do more.

We believe in great privacy and your choice. We'll never sell your personal information or show targeted ads. 

By making you.com your default search engine, you're choosing to help build a better internet. Join the movement in making the internet a place of trust, facts, and kindness. 

Install this extension, and we'll set your default search engine to you.com. The extension has no other permissions and doesn't track anything.                    

扩展基本信息

名称 You.com You.com
ID afiglppdonkdbkkaghbnpklddbemkbpj
官方URL https://chrome.google.com/webstore/detail/youcom/afiglppdonkdbkkaghbnpklddbemkbpj
简介 Sets Chrome's default search engine to You.com
文件大小 33.03 KB
安装次数 22,367
当前版本 0.0.0.4
更新时间 2022-11-04
上架时间 2021-12-02
评分 4.13/5 共46次评分
开发者 http://you.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://you.com
隐私政策页面URL https://you.com/legal/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "You.com",
    "manifest_version": 3,
    "version": "0.0.0.4",
    "description": "Sets Chrome's default search engine to You.com",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "48": "icons\/favicon-48x48.png",
        "128": "icons\/favicon-128x128.png"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "you.com",
            "keyword": "you.com",
            "search_url": "https:\/\/you.com\/search?q={searchTerms}&fromExtension=true",
            "suggest_url": "https:\/\/you.com\/api\/ac?q={searchTerms}&fromExtension=true",
            "favicon_url": "https:\/\/you.com\/favicon\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/you.com\/*",
            "*:\/\/*.you.com\/*"
        ]
    }
}