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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}