ChatGPT Infinity

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

ChatGPT Infinity क्या है?

ChatGPT Infinity https://chatgptevo.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate endless answers from all-knowing ChatGPT (in any language!)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ChatGPT Infinity एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}