VBot搜索:ChatGPT搜索助理(V起来®)

A browser extension to display ChatGPT response inside Google (and other search engines) results.

VBot搜索:ChatGPT搜索助理(V起来®)とは何ですか?

VBot搜索:ChatGPT搜索助理(V起来®)はljchouによって開発されたChromeの拡張機能で、その主な機能は「A browser extension to display ChatGPT response inside Google (and other search engines) results.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

VBot搜索:ChatGPT搜索助理(V起来®)拡張機能のCRXファイルをダウンロード

VBot搜索:ChatGPT搜索助理(V起来®)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A browser extension to display ChatGPT response inside Google (and other search engines) results.                    

拡張機能の基本情報

名前 VBot搜索:ChatGPT搜索助理(V起来®) VBot搜索:ChatGPT搜索助理(V起来®)
ID oenponclegkcnpobjmagoibmmjoljjdj
公式URL https://chromewebstore.google.com/detail/vbot%E6%90%9C%E7%B4%A2%EF%BC%9Achatgpt%E6%90%9C%E7%B4%A2%E5%8A%A9%E7%90%86%EF%BC%88v%E8%B5%B7%E6%9D%A5%C2%AE%EF%BC%89/oenponclegkcnpobjmagoibmmjoljjdj
説明 A browser extension to display ChatGPT response inside Google (and other search engines) results.
ファイルサイズ 98.23 KB
インストール数 777
現在のバージョン 2.0.5
最終更新日 2023-03-21
公開日 2023-02-27
評価 5.00/5 合計 36 レビュー
開発者 ljchou
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://blog.5yoo.com/60.html
対応言語 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "VBot\u641c\u7d22\uff1aChatGPT\u641c\u7d22\u52a9\u7406\uff08V\u8d77\u6765\u00ae\uff09",
    "version": "2.0.5",
    "description": "A browser extension to display ChatGPT response inside Google (and other search engines) results.",
    "icons": {
        "16": "img\/icon-c.png",
        "48": "img\/icon-c.png",
        "128": "img\/icon-c.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "img\/icon-c.png",
        "default_popup": "popup.html",
        "default_title": ""
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/fingerprint2.min.js",
                "js\/jquery-1.8.3.min.js",
                "layer\/layer.js",
                "js\/content-script.js"
            ],
            "css": [
                "css\/content-custom.css",
                "layer\/theme\/default\/layer.css"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "homepage_url": "https:\/\/chat.5yoo.com",
    "default_locale": "zh_CN"
}