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
官方網址 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
電子郵箱 [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"
}