RTL GPT

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

Hvad er RTL GPT?

RTL GPT er en Chrome-udvidelse udviklet af liortesta, og dens hovedfunktion er "Flip AI sites from left to right Currently the following sites are supported: chatgpt agentgpt God mode Very simple installation…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download RTL GPT-udvidelses-CRX-fil

Download RTL GPT-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn RTL GPT RTL GPT
ID inechakhholmjbmnnnfeoflfcflenndg
Officiel URL https://chromewebstore.google.com/detail/rtl-gpt/inechakhholmjbmnnnfeoflfcflenndg
Beskrivelse Flip AI sites from left to right Currently the following sites are supported: chatgpt agentgpt God mode Very simple installation…
Filstørrelse 108 KB
Antal Installationer 70
Nuværende Version 1.0
Senest Opdateret 2023-08-14
Udgivelsesdato 2023-08-14
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler liortesta
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://auto-gpt.co.il/
Hjælpeside-URL https://liortesta.com/
URL til Fortrolighedspolitik Side https://liortesta.com/terms-and-conditions
Understøttede Sprog 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"
    }
}