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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}