TwitterGPT - Respond to tweets with ChatGPT

With this extensions you can get tweets drafted for you by AI

TwitterGPT - Respond to tweets with ChatGPTคืออะไร?

TwitterGPT - Respond to tweets with ChatGPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rik Van Kerckhoven และคุณลักษณะหลักของมันคือ "With this extensions you can get tweets drafted for you by AI"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TwitterGPT - Respond to tweets with ChatGPT

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

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

                        Use the engine of ChatGPT to reply to tweets. Chose your writing style and respond. This chrome extension is useful for anyone trying to grow fast on twitter!                    

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

ชื่อ TwitterGPT - Respond to tweets with ChatGPT TwitterGPT - Respond to tweets with ChatGPT
ID nafdjcnfmdcdnebjhehhohfaaffdlkon
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twittergpt-respond-to-twe/nafdjcnfmdcdnebjhehhohfaaffdlkon
คำอธิบาย With this extensions you can get tweets drafted for you by AI
ขนาดไฟล์ 41.24 KB
จำนวนการติดตั้ง 1,275
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2023-03-22
วันที่เผยแพร่ 2022-12-19
คะแนน 3.40/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Rik Van Kerckhoven
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TwitterGPT - Respond to tweets with ChatGPT",
    "description": "With this extensions you can get tweets drafted for you by AI",
    "version": "1.3",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting",
        "tabs",
        "https:\/\/"
    ],
    "host_permissions": [
        "https:\/\/twitter.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "popup.js"
            ]
        }
    ]
}