RTL GPT

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

Wat is RTL GPT?

RTL GPT is een Chrome-extensie ontwikkeld door liortesta, en de belangrijkste functie is "Flip AI sites from left to right Currently the following sites are supported: chatgpt agentgpt God mode Very simple installation…".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie RTL GPT

Download RTL GPT-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam RTL GPT RTL GPT
ID inechakhholmjbmnnnfeoflfcflenndg
Officiële URL https://chromewebstore.google.com/detail/rtl-gpt/inechakhholmjbmnnnfeoflfcflenndg
Beschrijving Flip AI sites from left to right Currently the following sites are supported: chatgpt agentgpt God mode Very simple installation…
Bestandsgrootte 108 KB
Aantal Installaties 70
Huidige Versie 1.0
Laatst Bijgewerkt 2023-08-14
Publicatiedatum 2023-08-14
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar liortesta
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://auto-gpt.co.il/
Help Pagina-URL https://liortesta.com/
URL van de Privacybeleid Pagina https://liortesta.com/terms-and-conditions
Ondersteunde Talen 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"
    }
}