TwitterGPT - Respond to tweets with ChatGPT

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

TwitterGPT - Respond to tweets with ChatGPTとは何ですか?

TwitterGPT - Respond to tweets with ChatGPTはRik Van Kerckhovenによって開発されたChromeの拡張機能で、その主な機能は「With this extensions you can get tweets drafted for you by AI」です。

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

screenshot
screenshot

TwitterGPT - Respond to tweets with ChatGPT拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 TwitterGPT - Respond to tweets with ChatGPT TwitterGPT - Respond to tweets with ChatGPT
ID nafdjcnfmdcdnebjhehhohfaaffdlkon
公式URL https://chromewebstore.google.com/detail/twittergpt-respond-to-twe/nafdjcnfmdcdnebjhehhohfaaffdlkon
説明 With this extensions you can get tweets drafted for you by AI
ファイルサイズ 41.24 KB
インストール数 1,275
現在のバージョン 1.3
最終更新日 2023-03-22
公開日 2022-12-19
評価 3.40/5 合計 5 レビュー
開発者 Rik Van Kerckhoven
Eメール [email protected]
支払い方法 free
対応言語 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"
            ]
        }
    ]
}