You.com

Sets Chrome's default search engine to You.com

You.com क्या है?

You.com http://you.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sets Chrome's default search engine to You.com"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में You.com एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
        ]
    }
}