Alem - ChatGPT RTL Extension

Changes the direction of ChatGPT responses to RTL.

What is Alem - ChatGPT RTL Extension?

Alem - ChatGPT RTL Extension is a Chrome extension developed by a.zareshahi1377, and its main feature is "Changes the direction of ChatGPT responses to RTL.".

Extension Screenshots

screenshot

Download Alem - ChatGPT RTL Extension Extension CRX File

Download Alem - ChatGPT RTL Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        with this extension you can see ChatGPT RTL answers correctly                    

Extension Basic Information

Name Alem - ChatGPT RTL Extension Alem - ChatGPT RTL Extension
ID djlffendllcenogpogdcoljdpodlnhah
Official URL https://chromewebstore.google.com/detail/alem-chatgpt-rtl-extensio/djlffendllcenogpogdcoljdpodlnhah
Description Changes the direction of ChatGPT responses to RTL.
File Size 17.41 KB
Installation Count 670
Current Version 1.2
Last Updated 2023-03-29
Publish Date 2023-03-29
Rating 5.00/5 Total 3 Ratings
Developer a.zareshahi1377
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}