Alem - ChatGPT RTL Extension

Changes the direction of ChatGPT responses to RTL.

Apa itu Alem - ChatGPT RTL Extension?

Alem - ChatGPT RTL Extension adalah ekstensi Chrome yang dikembangkan oleh a.zareshahi1377, dan fitur utamanya adalah "Changes the direction of ChatGPT responses to RTL.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Alem - ChatGPT RTL Extension

Unduh file ekstensi Alem - ChatGPT RTL Extension 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

                        with this extension you can see ChatGPT RTL answers correctly                    

Informasi Dasar Ekstensi

Nama Alem - ChatGPT RTL Extension Alem - ChatGPT RTL Extension
ID djlffendllcenogpogdcoljdpodlnhah
URL Resmi https://chromewebstore.google.com/detail/alem-chatgpt-rtl-extensio/djlffendllcenogpogdcoljdpodlnhah
Deskripsi Changes the direction of ChatGPT responses to RTL.
Ukuran File 17.41 KB
Jumlah Instalasi 670
Versi Saat Ini 1.2
Terakhir Diperbarui 2023-03-29
Tanggal Publikasi 2023-03-29
Penilaian 5.00/5 Total 3 Penilaian
Pengembang a.zareshahi1377
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung fa
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Alem - ChatGPT RTL Extension",
    "version": "1.2",
    "description": "Changes the direction of ChatGPT responses to RTL.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "permissions": [
        "webRequest"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}