ChatGPT AutoContinuer

ChatGPT AutoContinuer automates your conversation by clicking "Continue generating" button for you.

ChatGPT AutoContinuerคืออะไร?

ChatGPT AutoContinuer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย punkshiraishi และคุณลักษณะหลักของมันคือ "ChatGPT AutoContinuer automates your conversation by clicking "Continue generating" button for you."

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

screenshot

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

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

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

                        ChatGPT AutoContinuer automates your conversation by clicking "Continue generating" button for you.

The "Continue generating" button function of ChatGPT is useful, but it becomes even more convenient when even that click is automated.                    

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

ชื่อ ChatGPT AutoContinuer ChatGPT AutoContinuer
ID plmdeeladmaofbgigihgnnjmfkhkbfhh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatgpt-autocontinuer/plmdeeladmaofbgigihgnnjmfkhkbfhh
คำอธิบาย ChatGPT AutoContinuer automates your conversation by clicking "Continue generating" button for you.
ขนาดไฟล์ 10.28 KB
จำนวนการติดตั้ง 54
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2023-05-19
วันที่เผยแพร่ 2023-05-19
ผู้พัฒนา punkshiraishi
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/punkshiraishi/chatgpt-auto-continuer
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatGPT AutoContinuer",
    "description": "ChatGPT AutoContinuer automates your conversation by clicking \"Continue generating\" button for you.",
    "version": "0.0.1",
    "manifest_version": 3,
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ]
        }
    ]
}