TwitterGPT - Respond to tweets with ChatGPT

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

Qu'est-ce que TwitterGPT - Respond to tweets with ChatGPT ?

TwitterGPT - Respond to tweets with ChatGPT est une extension Chrome développée par Rik Van Kerckhoven, et sa fonction principale est "With this extensions you can get tweets drafted for you by AI".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension TwitterGPT - Respond to tweets with ChatGPT

Téléchargez les fichiers d'extension TwitterGPT - Respond to tweets with ChatGPT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom TwitterGPT - Respond to tweets with ChatGPT TwitterGPT - Respond to tweets with ChatGPT
ID nafdjcnfmdcdnebjhehhohfaaffdlkon
URL Officiel https://chromewebstore.google.com/detail/twittergpt-respond-to-twe/nafdjcnfmdcdnebjhehhohfaaffdlkon
Description With this extensions you can get tweets drafted for you by AI
Taille du Fichier 41.24 KB
Nombre d'Installations 1,275
Version Actuelle 1.3
Dernière Mise à Jour 2023-03-22
Date de Publication 2022-12-19
Évaluation 3.40/5 Total 5 Évaluations
Développeur Rik Van Kerckhoven
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}