GPTweet: Twitter replies with ChatGPT

Are you networking on Twitter? Let ChatGPT draft your Tweet replies for you!

GPTweet: Twitter replies with ChatGPTとは何ですか?

GPTweet: Twitter replies with ChatGPTはMowgliによって開発されたChromeの拡張機能で、その主な機能は「Are you networking on Twitter? Let ChatGPT draft your Tweet replies for you!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

GPTweet: Twitter replies with ChatGPT拡張機能のCRXファイルをダウンロード

GPTweet: Twitter replies with ChatGPT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ChatGPT is ready to be your personal Tweet Assistant :)

100% free, no signups required — just use your own OpenAI API key.

★  What is GPTweet?
GPTweet is a free Chrome extension that lets you use ChatGPT to reply to tweets. 🤖🪄

★  Features
➤ Use the powerful ChatGPT AI to create quality replies to Tweets
➤ NO signups or logins required
➤ Use your own OpenAI API Key — your key is stored locally on your machine and NEVER on any server

VERSION 2 UPDATE: The AI buttons have moved! You will find them in the reply writing area now.

★  Disclaimers and Limitations
Version 1 of GPTweet can run on any Tweet, but does not yet cover all Twitter features:
➤ GPTweet responds to a single Tweet and does not yet understand threads or conversations
➤ GPTweet cannot understand media context, such as images and videos
➤ GPTweet relies on Twitter's DOM structure. As Twitter is rapidly changing (especially now), the extension may not work properly in the future
➤ **Disclaimer:** GPTweet is intended to brainstorm first drafts of Twitter replies and should be proofread and edited by the user.                    

拡張機能の基本情報

名前 GPTweet: Twitter replies with ChatGPT GPTweet: Twitter replies with ChatGPT
ID dhjbdoaddaillhhngldldpklbogfblif
公式URL https://chromewebstore.google.com/detail/gptweet-twitter-replies-w/dhjbdoaddaillhhngldldpklbogfblif
説明 Are you networking on Twitter? Let ChatGPT draft your Tweet replies for you!
ファイルサイズ 718 KB
インストール数 468
現在のバージョン 0.0.0.2
最終更新日 2023-03-18
公開日 2023-03-12
評価 4.50/5 合計 2 レビュー
開発者 Mowgli
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://amethyst-watcher-db6.notion.site/GPTweet-7bb9e71605834a38b662be1632894ac7
プライバシーポリシーページのURL https://docs.google.com/document/d/1z2OWuXtpqS1i9uZa4VX6yLgt3-Avi3TV/edit?usp=sharing&ouid=113104602708557729852&rtpof=true&sd=true
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GPTweet: Twitter replies with ChatGPT",
    "version": "0.0.0.2",
    "description": "Are you networking on Twitter? Let ChatGPT draft your Tweet replies for you!",
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "action": {
        "default_popup": "options.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "js": [
                "twitter_toolbar_version.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*\/status\/*",
                "https:\/\/twitter.com\/*"
            ],
            "run_at": "document_end"
        }
    ]
}