TwitterGPT - Respond to tweets with ChatGPT

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

Co je TwitterGPT - Respond to tweets with ChatGPT?

TwitterGPT - Respond to tweets with ChatGPT je rozšíření Chrome vyvinuté Rik Van Kerckhoven, a jeho hlavní funkcí je „With this extensions you can get tweets drafted for you by AI“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření TwitterGPT - Respond to tweets with ChatGPT

Stáhněte si soubory rozšíření TwitterGPT - Respond to tweets with ChatGPT ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název TwitterGPT - Respond to tweets with ChatGPT TwitterGPT - Respond to tweets with ChatGPT
ID nafdjcnfmdcdnebjhehhohfaaffdlkon
Oficiální URL https://chromewebstore.google.com/detail/twittergpt-respond-to-twe/nafdjcnfmdcdnebjhehhohfaaffdlkon
Popis With this extensions you can get tweets drafted for you by AI
Velikost souboru 41.24 KB
Počet instalací 1,275
Aktuální Verze 1.3
Poslední Aktualizace 2023-03-22
Datum Vydání 2022-12-19
Hodnocení 3.40/5 Celkem 5 Hodnocení
Vývojář Rik Van Kerckhoven
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}