TwitterGPT - Respond to tweets with ChatGPT

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

Was ist TwitterGPT - Respond to tweets with ChatGPT?

TwitterGPT - Respond to tweets with ChatGPT ist eine Chrome-Erweiterung, die von Rik Van Kerckhoven entwickelt wurde, und ihr Hauptmerkmal ist "With this extensions you can get tweets drafted for you by AI".

Erweiterungsscreenshots

screenshot
screenshot

TwitterGPT - Respond to tweets with ChatGPT-Erweiterungs-CRX-Datei herunterladen

Laden Sie TwitterGPT - Respond to tweets with ChatGPT-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name TwitterGPT - Respond to tweets with ChatGPT TwitterGPT - Respond to tweets with ChatGPT
ID nafdjcnfmdcdnebjhehhohfaaffdlkon
Offizielle URL https://chromewebstore.google.com/detail/twittergpt-respond-to-twe/nafdjcnfmdcdnebjhehhohfaaffdlkon
Beschreibung With this extensions you can get tweets drafted for you by AI
Dateigröße 41.24 KB
Installationsanzahl 1,275
Aktuelle Version 1.3
Letztes Update 2023-03-22
Veröffentlichungsdatum 2022-12-19
Bewertung 3.40/5 Insgesamt 5 Bewertungen
Entwickler Rik Van Kerckhoven
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}