ChatGPT Infinity

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

ChatGPT Infinityคืออะไร?

ChatGPT Infinity เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chatgptevo.com และคุณลักษณะหลักของมันคือ "Generate endless answers from all-knowing ChatGPT (in any language!)"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatGPT Infinity

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    }
}