You.com | Search, chat, and create with AI

Experience the future of search with generative AI

Co je You.com | Search, chat, and create with AI?

You.com | Search, chat, and create with AI je rozšíření Chrome vyvinuté https://you.com, a jeho hlavní funkcí je „Experience the future of search with generative AI“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření You.com | Search, chat, and create with AI

Stáhněte si soubory rozšíření You.com | Search, chat, and create with AI ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        ⚡ Search less, find and create more with generative AI apps supercharging your search and helping you write better, code better, and design better.

🪄 At You.com, we believe that you should control your search experience without compromising your privacy. Our extension allows you to:

• Set You.com's chat experience (YouChat) or traditional experience as your default search engine to experience the future of search now or set it to Google
• Quickly access generative AI apps powered by our own LLM, OpenAI models (such as GPT-4), and Stable Diffusion to write, code, and design
• Choose You.com and get protection from being tracked online and having your data from being sold to advertisers

Note: Upon installation, this extension changes your browser's default search engine to You.com. This can be changed to another default search engine easily after installation by clicking on the extension.

🔍 Search across 3 different search engines with this extension:

• You.com: a private search engine without privacy-invading ads that you can customize with 150+ apps
• YouChat: a conversational AI interface to get answers and generate content with the power of cutting-edge artificial intelligence
• And Google, if you're not ready to use You.com as your default but want quick access to it

✨ You.com Features

• PRIVACY FIRST: Install this extension, and we'll set your default search engine to You.com on Chrome. Although the extension asks for specific permissions, those will only be used to set your default search engine and protect you from being tracked online, privacy-invading ads, and data sharing. The extension is open-source, so you can verify the permissions we are asking for. We also offer a private, zero-trace mode and a default manual setup.
• CUSTOMIZE YOUR SEARCH EXPERIENCE with 200+ sources (apps). Choose what you want to see by clicking "thumbs up" on sources like Medium, Reddit, etc, and we'll prioritize them in your results.
• ACCOMPLISH MORE, FASTER: Use time-saving generative AI apps like YouWrite, Code Complete, and YouImagine to have AI write an essay or code snippet for you.
• Use !bangs shortcuts to instantly search other sites from the address bar.

Enjoying the Chrome extension? Please leave us a 5-star rating and review.

💡 More About You.com

You.com, founded in 2020 by top AI research scientists, Richard Socher and Bryan McCann, is a revolutionary AI chatbot and search engine. You.com uses a Large Language Model (LLM) to deliver personalized responses to queries with human-like replies. Its AI tools (YouChat, YouWrite, and YouImagine) provide efficient web search, content and image creation, and code generation. With advanced machine learning, You.com streamlines answer to complex questions, aids in tasks, and supports research with citations and up-to-date information, enhancing productivity and saving time. Additionally, You.com provides an all-in-one AI toolkit with YouPro, a subscription service offering unlimited access to the latest AI chat and generative AI writing and image tools at an affordable price and within an intuitive interface.                    

Základní Informace o Rozšíření

Název You.com | Search, chat, and create with AI You.com | Search, chat, and create with AI
ID fhplnehgjpmohhldfnjhibanpbiedofi
Oficiální URL https://chromewebstore.google.com/detail/youcom-search-chat-and-cr/fhplnehgjpmohhldfnjhibanpbiedofi
Popis Experience the future of search with generative AI
Velikost souboru 239 KB
Počet instalací 198,757
Aktuální Verze 0.0.0.6
Poslední Aktualizace 2023-10-26
Datum Vydání 2022-06-17
Hodnocení 4.05/5 Celkem 55 Hodnocení
Vývojář https://you.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://you.com/
URL Stránky Nápovědy https://about.you.com
URL Stránky Zásad Ochrany Soukromí https://you.com/legal/privacy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "You.com | Search, chat, and create with AI",
    "manifest_version": 3,
    "version": "0.0.0.6",
    "description": "Experience the future of search with generative AI",
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/static\/js\/content.js"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": false,
                "path": "rules_1.json"
            },
            {
                "id": "ruleset_2",
                "enabled": true,
                "path": "rules_2.json"
            },
            {
                "id": "ruleset_3",
                "enabled": false,
                "path": "rules_3.json"
            },
            {
                "id": "ruleset_4",
                "enabled": false,
                "path": "rules_4.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequestWithHostAccess",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "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\/default\/search?q={searchTerms}",
            "suggest_url": "https:\/\/you.com\/api\/ac?q={searchTerms}",
            "favicon_url": "https:\/\/you.com\/favicon\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/you.com\/*",
            "*:\/\/*.you.com\/*"
        ]
    }
}