TwitterGPT - Respond to tweets with ChatGPT

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

Wat is TwitterGPT - Respond to tweets with ChatGPT?

TwitterGPT - Respond to tweets with ChatGPT is een Chrome-extensie ontwikkeld door Rik Van Kerckhoven, en de belangrijkste functie is "With this extensions you can get tweets drafted for you by AI".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie TwitterGPT - Respond to tweets with ChatGPT

Download TwitterGPT - Respond to tweets with ChatGPT-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam TwitterGPT - Respond to tweets with ChatGPT TwitterGPT - Respond to tweets with ChatGPT
ID nafdjcnfmdcdnebjhehhohfaaffdlkon
Officiële URL https://chromewebstore.google.com/detail/twittergpt-respond-to-twe/nafdjcnfmdcdnebjhehhohfaaffdlkon
Beschrijving With this extensions you can get tweets drafted for you by AI
Bestandsgrootte 41.24 KB
Aantal Installaties 1,275
Huidige Versie 1.3
Laatst Bijgewerkt 2023-03-22
Publicatiedatum 2022-12-19
Beoordeling 3.40/5 Totaal 5 Beoordelingen
Ontwikkelaar Rik Van Kerckhoven
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}