RTL GPT

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

What is RTL GPT?

RTL GPT is a Chrome extension developed by liortesta, and its main feature is "Flip AI sites from left to right Currently the following sites are supported: chatgpt agentgpt God mode Very simple installation…".

Extension Screenshots

screenshot
screenshot
screenshot

Download RTL GPT Extension CRX File

Download RTL GPT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name RTL GPT RTL GPT
ID inechakhholmjbmnnnfeoflfcflenndg
Official URL https://chromewebstore.google.com/detail/rtl-gpt/inechakhholmjbmnnnfeoflfcflenndg
Description Flip AI sites from left to right Currently the following sites are supported: chatgpt agentgpt God mode Very simple installation…
File Size 108 KB
Installation Count 70
Current Version 1.0
Last Updated 2023-08-14
Publish Date 2023-08-14
Rating 5.00/5 Total 3 Ratings
Developer liortesta
Email [email protected]
Payment Type free
Extension Website https://auto-gpt.co.il/
Help Page URL https://liortesta.com/
Privacy Policy Page URL https://liortesta.com/terms-and-conditions
Supported Languages 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"
    }
}