RTL GPT

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

Apa itu RTL GPT?

RTL GPT adalah ekstensi Chrome yang dikembangkan oleh liortesta, dan fitur utamanya adalah "Flip AI sites from left to right Currently the following sites are supported: chatgpt agentgpt God mode Very simple installation…".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi RTL GPT

Unduh file ekstensi RTL GPT dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama RTL GPT RTL GPT
ID inechakhholmjbmnnnfeoflfcflenndg
URL Resmi https://chromewebstore.google.com/detail/rtl-gpt/inechakhholmjbmnnnfeoflfcflenndg
Deskripsi Flip AI sites from left to right Currently the following sites are supported: chatgpt agentgpt God mode Very simple installation…
Ukuran File 108 KB
Jumlah Instalasi 70
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-08-14
Tanggal Publikasi 2023-08-14
Penilaian 5.00/5 Total 3 Penilaian
Pengembang liortesta
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://auto-gpt.co.il/
URL Halaman Bantuan https://liortesta.com/
URL Halaman Kebijakan Privasi https://liortesta.com/terms-and-conditions
Bahasa yang Didukung 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"
    }
}