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 Rik Van Kerckhoven द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "With this extensions you can get tweets drafted for you by AI"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TwitterGPT - Respond to tweets with ChatGPT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}