RTL GPT

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

Co to jest RTL GPT?

RTL GPT to rozszerzenie Chrome opracowane przez liortesta, a jego główną funkcją jest „Flip AI sites from left to right Currently the following sites are supported: chatgpt agentgpt God mode Very simple installation…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia RTL GPT

Pobierz pliki rozszerzeń RTL GPT w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa RTL GPT RTL GPT
ID inechakhholmjbmnnnfeoflfcflenndg
Oficjalny URL https://chromewebstore.google.com/detail/rtl-gpt/inechakhholmjbmnnnfeoflfcflenndg
Opis Flip AI sites from left to right Currently the following sites are supported: chatgpt agentgpt God mode Very simple installation…
Rozmiar pliku 108 KB
Liczba instalacji 70
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-08-14
Data Publikacji 2023-08-14
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper liortesta
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://auto-gpt.co.il/
Adres URL Strony Pomocy https://liortesta.com/
Adres URL Strony Polityki Prywatności https://liortesta.com/terms-and-conditions
Obsługiwane Języki 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"
    }
}