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
官方網址 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
電子郵箱 [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"
    }
}