ChatGPT Infinity

Generate endless answers from all-knowing ChatGPT (in any language!)

什麼是ChatGPT Infinity?

ChatGPT Infinity是由https://chatgptevo.com開發的Chrome擴展程式,該擴展的主要功能是“Generate endless answers from all-knowing ChatGPT (in any language!)”。

擴展截圖

screenshot
screenshot
screenshot

下載ChatGPT Infinity擴展crx文件

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

擴展使用說明

                        Source code: https://github.chatgptinfinity.com
Support: https://support.chatgptinfinity.com

ChatGPT Infinity is your ultimate chat companion: a free (yet powerful) Chrome Extension that makes ChatGPT generate infinite answers to random questions on *any* topic, thus widely increasing your knowledge!

🧠 Customizable Topic Selection — Take control of your learning by choosing the specific topic you want ChatGPT to generate answers for

🌍 Multilingual Support — Select ANY reply language for the responses

⏱️ Adjustable Response Interval — Fine-tune the speed of ChatGPT's replies by adjusting the response interval to match your desired pace

📜 Auto-Scroll — Enjoy a seamless chat experience with the auto-scroll feature, ensuring that you never miss a single response

After installation, simply visit https://chat.openai.com, then activate Infinity Mode from either the sidebar or Chrome extension menu!                    

擴展基本資訊

名稱 ChatGPT Infinity ChatGPT Infinity
ID amikeononomkhphopbflomhnmdijjpmb
官方網址 https://chromewebstore.google.com/detail/chatgpt-infinity/amikeononomkhphopbflomhnmdijjpmb
簡介 Generate endless answers from all-knowing ChatGPT (in any language!)
檔案大小 193 KB
安裝次數 905
目前版本 2024.3.1
更新時間 2024-03-03
上架時間 2023-06-25
評分 3.00/5 共 3 次評分
開發者 https://chatgptevo.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://chatgptinfinity.com
說明頁面URL https://support.chatgptinfinity.com
支援的語言 id,ms,de,en,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "2024.3.1",
    "author": "Adam Lui",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "action": {
        "default_popup": "popup\/index.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "lib\/settings-utils.js",
                "lib\/chatgpt.js"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}