RTL GPT

Flip AI sites from left to right Currently the following sites are supported: chatgpt agentgpt God mode Very simple installation…

RTL GPTとは何ですか?

RTL GPTはliortestaによって開発されたChromeの拡張機能で、その主な機能は「Flip AI sites from left to right Currently the following sites are supported: chatgpt agentgpt God mode Very simple installation…」です。

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

screenshot
screenshot
screenshot

RTL GPT拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Flip AI sites from left to right
Currently the following sites are supported:
chatgpt
agentgpt
God mode

Very simple installation
You download the plugin
And as soon as you enter one of the sites
You will see the color of the sapphire in blue
And the site will move from left to right                    

拡張機能の基本情報

名前 RTL GPT RTL GPT
ID inechakhholmjbmnnnfeoflfcflenndg
公式URL https://chromewebstore.google.com/detail/rtl-gpt/inechakhholmjbmnnnfeoflfcflenndg
説明 Flip AI sites from left to right Currently the following sites are supported: chatgpt agentgpt God mode Very simple installation…
ファイルサイズ 108 KB
インストール数 70
現在のバージョン 1.0
最終更新日 2023-08-14
公開日 2023-08-14
評価 5.00/5 合計 3 レビュー
開発者 liortesta
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://auto-gpt.co.il/
ヘルプページのURL https://liortesta.com/
プライバシーポリシーページのURL https://liortesta.com/terms-and-conditions
対応言語 iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RTL GPT",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/",
                "https:\/\/agentgpt.reworkd.ai\/",
                "https:\/\/godmode.space\/"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "RTLGPT.png",
        "32": "RTLGPT.png",
        "48": "RTLGPT.png",
        "128": "RTLGPT.png"
    }
}