RTL GPT

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

Cos'è RTL GPT?

RTL GPT è un'estensione di Chrome sviluppata da liortesta, e la sua funzione principale è "Flip AI sites from left to right Currently the following sites are supported: chatgpt agentgpt God mode Very simple installation…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione RTL GPT

Scarica i file di estensione RTL GPT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome RTL GPT RTL GPT
ID inechakhholmjbmnnnfeoflfcflenndg
URL Ufficiale https://chromewebstore.google.com/detail/rtl-gpt/inechakhholmjbmnnnfeoflfcflenndg
Descrizione Flip AI sites from left to right Currently the following sites are supported: chatgpt agentgpt God mode Very simple installation…
Dimensione del File 108 KB
Conteggio Installazioni 70
Versione Corrente 1.0
Ultimo Aggiornamento 2023-08-14
Data di Pubblicazione 2023-08-14
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore liortesta
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://auto-gpt.co.il/
URL della Pagina di Aiuto https://liortesta.com/
URL della Pagina della Politica sulla Privacy https://liortesta.com/terms-and-conditions
Lingue Supportate 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"
    }
}