Chat GPT

Supercharge Your Browser with the ChatGPT Powered Browser Extension

Chat GPTคืออะไร?

Chat GPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chataigpt.pro และคุณลักษณะหลักของมันคือ "Supercharge Your Browser with the ChatGPT Powered Browser Extension"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Chat GPT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Chat GPT is an instant AI Chat extension for Chrome.

Immerse yourself in the revolutionary world of artificial intelligence with Chat GPT Extension, a Chrome extension that seamlessly integrates OpenAI's ChatGPT chatbot into your browser. This game-changing tool grants you instant and convenient access to ChatGPT's vast knowledge and capabilities, empowering you to engage in real-time conversations, explore creative writing prompts, or delve into intricate subject matters – all with the assistance of an AI that adapts to your needs, delivering a personalized and enriching experience.

Experience the Future of AI Communication

Chat GPT Extension puts the power of Chat GPT at your fingertips, allowing you to:

Access Chat GPT with a Single Click: Hover over the extension icon and click on it to launch Chat GPT directly from your browser toolbar.

Engage in Real-Time Conversations: Chat GPT can carry on engaging conversations about a wide range of topics, adapting to your tone and providing insightful responses.

Explore Creative Writing Prompts: Generate creative text formats like poems, code, scripts, musical pieces, email, letters, etc., using ChatGPT's advanced language model.

Delve into Intricate Subject Matters: Gain instant access to ChatGPT's vast knowledge base, delivered in concise and accurate responses, to enhance your understanding of various subjects.

Unlock a Universe of Knowledge and Personalized Chats

Chat GPT is constantly learning and evolving, gathering valuable data with each interaction to refine its understanding and responses. It can assist you with a wide range of tasks, from answering factual questions to providing creative insights, making it a versatile tool for a multitude of purposes.

Embrace the AI Conversation Revolution

Download Chat GPT Extension for Chrome today and experience the future of AI communication. Open the door to a world of possibilities with the power of ChatGPT at your fingertips.

ChatGPT Login: https://chat.openai.com/auth/login
ChatGPT WhatsApp: https://chatgptbuddy.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Chat GPT Chat GPT
ID fnmihdojmnkclgjpcoonokmkhjpjechg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chat-gpt/fnmihdojmnkclgjpcoonokmkhjpjechg
คำอธิบาย Supercharge Your Browser with the ChatGPT Powered Browser Extension
ขนาดไฟล์ 2.74 MB
จำนวนการติดตั้ง 621,937
เวอร์ชันปัจจุบัน 1.6.5
อัปเดตครั้งล่าสุด 2024-02-22
วันที่เผยแพร่ 2023-02-08
คะแนน 4.66/5 รวมทั้งหมด 1116 คะแนน
ผู้พัฒนา https://chataigpt.pro
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://chataigpt.pro
URL หน้านโยบายความเป็นส่วนตัว https://chataigpt.pro/privacy
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,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_extName__",
    "version": "1.6.5",
    "description": "__MSG_extShortDesc__",
    "default_locale": "en",
    "icons": {
        "16": "images\/16.png",
        "19": "images\/19.png",
        "32": "images\/32.png",
        "38": "images\/38.png",
        "48": "images\/48.png",
        "64": "images\/64.png",
        "128": "images\/128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/16.png",
            "19": "images\/19.png",
            "32": "images\/32.png",
            "38": "images\/38.png",
            "48": "images\/48.png",
            "64": "images\/64.png",
            "128": "images\/128.png"
        },
        "default_popup": "bluePopup.html",
        "default_title": "__MSG_extName__"
    },
    "background": {
        "service_worker": "blueBackground.js"
    },
    "content_scripts": [
        {
            "css": [
                "blueContentScript.css"
            ],
            "js": [
                "blueContentScript.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "optional_permissions": [
        "alarms",
        "tabs",
        "webRequest",
        "webNavigation",
        "scripting"
    ],
    "optional_host_permissions": [
        ""
    ]
}