ChatGPT - Google, Bing, Baidu, More

ChatGPT enhanced search results

ChatGPT - Google, Bing, Baidu, More क्या है?

ChatGPT - Google, Bing, Baidu, More sourcefromme द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ChatGPT enhanced search results"।

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

screenshot
screenshot
screenshot

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

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

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

                        Ever tried ChatGPT, the red hot AI assistant from Silicon Valley?

Wish your search engine become more intelligent and accurate?

Now you can get the best of both worlds.  Your search results are seamlessly enhanced with ChatGPT answers, side by side.

Now supporting 16 major international search engines including Google, Bing and Baidu.

You need an openai account to use ChatGPT.  You can create one for free at the official site: https://chat.openai.com

You can choose to use your personal openai account (login required), or shared account (no login required).                    

एक्सटेंशन की मूल जानकारी

नाम ChatGPT - Google, Bing, Baidu, More ChatGPT - Google, Bing, Baidu, More
ID bkbkakcdolgpfecbdoniemalpghmgpii
आधिकारिक URL https://chromewebstore.google.com/detail/chatgpt-google-bing-baidu/bkbkakcdolgpfecbdoniemalpghmgpii
विवरण ChatGPT enhanced search results
फ़ाइल का आकार 493 KB
स्थापना संख्या 2,506
वर्तमान संस्करण 1.4.0
अंतिम अपडेट 2023-03-21
प्रकाशन तिथि 2022-12-12
रेटिंग 4.30/5 कुल 10 रेटिंग्स
डेवलपर sourcefromme
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.dripster.me/notify/dripster_privacy_policy.html
समर्थित भाषाएँ de,en,fr,es,es-419,it,pt-BR,pt-PT,ru,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.4.0",
    "manifest_version": 3,
    "icons": {
        "16": "\/images\/logo-16.png",
        "32": "\/images\/logo-32.png",
        "48": "\/images\/logo-48.png",
        "64": "\/images\/logo-64.png",
        "128": "\/images\/logo-128.png"
    },
    "background": {
        "service_worker": "scripts\/background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "html\/popup.html"
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/",
        "http:\/\/*.sourcefrom.me\/"
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/search*",
                "http:\/\/www.baidu.com\/*",
                "https:\/\/www.baidu.com\/*",
                "http:\/\/www.baidu.com\/s*",
                "https:\/\/www.baidu.com\/s*",
                "http:\/\/www.google.com\/search*",
                "https:\/\/www.google.com\/search*",
                "http:\/\/www.bing.com\/search*",
                "https:\/\/www.bing.com\/search*",
                "http:\/\/search.naver.com\/search*",
                "https:\/\/search.naver.com\/search*",
                "http:\/\/yandex.com\/search*",
                "https:\/\/yandex.com\/search*",
                "https:\/\/*.yahoo.co.jp\/",
                "https:\/\/*.yahoo.co.jp\/search*",
                "https:\/\/*.yahoo.com\/",
                "https:\/\/*.yahoo.com\/search*",
                "http:\/\/duckduckgo.com\/*",
                "https:\/\/duckduckgo.com\/*",
                "https:\/\/kagi.com\/search*",
                "http:\/\/search.brave.com\/search*",
                "https:\/\/search.brave.com\/search*",
                "https:\/\/www.quora.com\/search*",
                "https:\/\/www.quora.com\/*",
                "http:\/\/www.zhihu.com\/search*",
                "https:\/\/www.zhihu.com\/search*",
                "https:\/\/*.reddit.com\/search*",
                "https:\/\/*.toutiao.com\/search*",
                "https:\/\/*.searx.be\/search*",
                "https:\/\/www.ask.com\/*",
                "https:\/\/www.ask.com\/web*",
                "https:\/\/*.openai.com\/*"
            ],
            "js": [
                "scripts\/jquery-1.8.3.js",
                "scripts\/jquery-ui.js",
                "scripts\/utils.js",
                "scripts\/api.js",
                "scripts\/dom-config.js",
                "scripts\/site-config.js",
                "components\/chat-dom.js",
                "scripts\/content-script-first.js"
            ],
            "css": [
                "css\/chat.css",
                "css\/jquery-ui.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/refresh.png",
                "\/images\/logo-128.png",
                "\/images\/back-icon.png",
                "\/html\/options.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en"
}