TwitterGPT - Respond to tweets with ChatGPT

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

Cos'è TwitterGPT - Respond to tweets with ChatGPT?

TwitterGPT - Respond to tweets with ChatGPT è un'estensione di Chrome sviluppata da Rik Van Kerckhoven, e la sua funzione principale è "With this extensions you can get tweets drafted for you by AI".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione TwitterGPT - Respond to tweets with ChatGPT

Scarica i file di estensione TwitterGPT - Respond to tweets with ChatGPT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome TwitterGPT - Respond to tweets with ChatGPT TwitterGPT - Respond to tweets with ChatGPT
ID nafdjcnfmdcdnebjhehhohfaaffdlkon
URL Ufficiale https://chromewebstore.google.com/detail/twittergpt-respond-to-twe/nafdjcnfmdcdnebjhehhohfaaffdlkon
Descrizione With this extensions you can get tweets drafted for you by AI
Dimensione del File 41.24 KB
Conteggio Installazioni 1,275
Versione Corrente 1.3
Ultimo Aggiornamento 2023-03-22
Data di Pubblicazione 2022-12-19
Valutazione 3.40/5 Totale 5 Valutazioni
Sviluppatore Rik Van Kerckhoven
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}