RTL GPT

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

Vad är RTL GPT?

RTL GPT är en Chrome-tillägg utvecklad av liortesta, och dess huvudfunktion är "Flip AI sites from left to right Currently the following sites are supported: chatgpt agentgpt God mode Very simple installation…".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner RTL GPT-förlängningens CRX-fil

Ladda ner RTL GPT-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn RTL GPT RTL GPT
ID inechakhholmjbmnnnfeoflfcflenndg
Officiell webbadress https://chromewebstore.google.com/detail/rtl-gpt/inechakhholmjbmnnnfeoflfcflenndg
Beskrivning Flip AI sites from left to right Currently the following sites are supported: chatgpt agentgpt God mode Very simple installation…
Filstorlek 108 KB
Antal Installationer 70
Aktuell Version 1.0
Senast Uppdaterad 2023-08-14
Publiceringsdatum 2023-08-14
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare liortesta
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://auto-gpt.co.il/
Hjälpsida URL https://liortesta.com/
URL till Sekretesspolicy Sidan https://liortesta.com/terms-and-conditions
Stödda Språk 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"
    }
}