TwitterGPT - Respond to tweets with ChatGPT

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

Co to jest TwitterGPT - Respond to tweets with ChatGPT?

TwitterGPT - Respond to tweets with ChatGPT to rozszerzenie Chrome opracowane przez Rik Van Kerckhoven, a jego główną funkcją jest „With this extensions you can get tweets drafted for you by AI”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia TwitterGPT - Respond to tweets with ChatGPT

Pobierz pliki rozszerzeń TwitterGPT - Respond to tweets with ChatGPT w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa TwitterGPT - Respond to tweets with ChatGPT TwitterGPT - Respond to tweets with ChatGPT
ID nafdjcnfmdcdnebjhehhohfaaffdlkon
Oficjalny URL https://chromewebstore.google.com/detail/twittergpt-respond-to-twe/nafdjcnfmdcdnebjhehhohfaaffdlkon
Opis With this extensions you can get tweets drafted for you by AI
Rozmiar pliku 41.24 KB
Liczba instalacji 1,275
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2023-03-22
Data Publikacji 2022-12-19
Ocena 3.40/5 Łącznie 5 Oceny
Deweloper Rik Van Kerckhoven
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}