Web ChatGPT.ai

Introducing Web ChatGPT.ai, the free and highly customizable Chrome extension that makes browsing and researching a breeze! With…

什麼是Web ChatGPT.ai?

Web ChatGPT.ai是由ycfelix1開發的Chrome擴展程式,該擴展的主要功能是“Introducing Web ChatGPT.ai, the free and highly customizable Chrome extension that makes browsing and researching a breeze! With…”。

擴展截圖

screenshot
screenshot
screenshot

下載Web ChatGPT.ai擴展crx文件

下載Web ChatGPT.ai擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Introducing Web ChatGPT.ai, the free and highly customizable Chrome extension that makes browsing and researching a breeze!

With Web ChatGPT.ai, you can:

Quickly and easily access OpenAI's state-of-the-art chatbot technology, helping you find the answers you need faster than ever before.
Enjoy a seamless, ad-free browsing experience without any interruptions or distractions.
Customize your experience to fit your needs with a variety of easy-to-use tools and settings.
Benefit from our lightning-fast and reliable performance that ensures you always have the support you need, when you need it.
Say goodbye to the frustration of long research sessions and confusing web browsing. Install Web ChatGPT.ai today and experience the power of OpenAI's chatbot technology for yourself - for free!                    

擴展基本資訊

名稱 Web ChatGPT.ai Web ChatGPT.ai
ID onjpmdkbkgninmodbgpmgjdiminkgnej
官方網址 https://chromewebstore.google.com/detail/web-chatgptai/onjpmdkbkgninmodbgpmgjdiminkgnej
簡介 Introducing Web ChatGPT.ai, the free and highly customizable Chrome extension that makes browsing and researching a breeze! With…
檔案大小 110 KB
安裝次數 809
目前版本 1.0.0
更新時間 2023-05-16
上架時間 2023-05-16
評分 5.00/5 共 1 次評分
開發者 ycfelix1
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Web ChatGPT.ai",
    "version": "1.0.0",
    "permissions": [
        "contextMenus",
        "scripting"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_origin_as_fallback": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "overlay.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "TRC20_USDT.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}