ChatGPT AutoClick Continue

ChatGPT AutoClick Continue is a browser extension that automatically clicks on the 'Continue' button on the ChatGPT website. It…

ChatGPT AutoClick Continueคืออะไร?

ChatGPT AutoClick Continue เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kubaplay และคุณลักษณะหลักของมันคือ "ChatGPT AutoClick Continue is a browser extension that automatically clicks on the 'Continue' button on the ChatGPT website. It…"

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

screenshot

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

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

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

                        ChatGPT AutoClick Continue is a browser extension that automatically clicks on the 'Continue' button on the ChatGPT website. It simplifies the process of interacting with ChatGPT by eliminating the need for manual clicking on this button. It automatically clicks the 'Continue' button when you ask ChatGPT about code or text that exceeds the character limit.                    

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

ชื่อ ChatGPT AutoClick Continue ChatGPT AutoClick Continue
ID kileclbhcahhiijhmfoghdbplnehhdnb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatgpt-autoclick-continu/kileclbhcahhiijhmfoghdbplnehhdnb
คำอธิบาย ChatGPT AutoClick Continue is a browser extension that automatically clicks on the 'Continue' button on the ChatGPT website. It…
ขนาดไฟล์ 46.5 KB
จำนวนการติดตั้ง 59
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-06-13
วันที่เผยแพร่ 2023-06-10
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Kubaplay
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT AutoClick Continue",
    "version": "1.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "host_permissions": [
        "https:\/\/chat.openai.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}