By: Milad Niroee Add-on
Inspect and view changes in ai-rtl-resolver source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Ai RTL Resolver",
"version": "5.1",
"description": "Sets correct direction for persian/arabic language on ai chatbots",
"author": "Milad Niroee",
"homepage_url": "https://miladniroee.github.io/ai-rtl-resolver",
"permissions": [
"storage"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
}
},
"browser_specific_settings": {
"gecko": {
"id": "mniroee@gmail.com",
"data_collection_permissions": {
"required": [
"none"
],
"optional": []
}
}
},
"web_accessible_resources": [
{
"resources": [
"fonts/*"
],
"matches": [
"https://chatgpt.com/*",
"https://chat.openai.com/*",
"https://chat.deepseek.com/*",
"https://claude.ai/*",
"https://www.perplexity.ai/*",
"https://gemini.google.com/*",
"https://chat.qwen.ai/*",
"https://chat.z.ai/*",
"https://notebooklm.google.com/*",
"https://duck.ai/*",
"https://chat.duckduckgo.com/*",
"https://www.kimi.com/*"
]
}
],
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"content_scripts": [
{
"matches": [
"https://chatgpt.com/*"
],
"js": [
"chatgpt.js"
],
"run_at": "document_end"
},
{
"matches": [
"https://chat.deepseek.com/*"
],
"js": [
"deepseek.js"
],
"run_at": "document_end"
},
{
"matches": [
"https://claude.ai/*"
],
"js": [
"claude.js"
],
"run_at": "document_end"
},
{
"matches": [
"https://www.perplexity.ai/*"
],
"js": [
"perplexity.js"
],
"run_at": "document_end"
},
{
"matches": [
"https://gemini.google.com/*"
],
"js": [
"gemeni.js"
],
"run_at": "document_end"
},
{
"matches": [
"https://chat.qwen.ai/*"
],
"js": [
"qwen.js"
],
"run_at": "document_end"
},
{
"matches": [
"https://z.ai/*",
"https://chat.z.ai/*"
],
"js": [
"zai.js"
],
"run_at": "document_end"
},
{
"matches": [
"https://notebooklm.google.com/*"
],
"js": [
"notebooklm.js"
],
"run_at": "document_end"
},
{
"matches": [
"https://duck.ai/*",
"https://chat.duckduckgo.com/*"
],
"js": [
"duckai.js"
],
"run_at": "document_end"
},
{
"matches": [
"https://www.kimi.com/*"
],
"js": [
"kimi.js"
],
"run_at": "document_end"
}
]
} Best ai-rtl-resolver Alternatives
Here are some Firefox add-ons that are similar to ai-rtl-resolver:
RTL Text Fixer
Shahram Rahbari
AI Chat RTL Support
Navid Behrangi
AI RTL Pro
Ashkan Kiani
Persian RTL for AI ChatBot
serguei
Arabic RTL – ChatGPT & Gemini
Abdallah Elbatal
RTL for AI Sites
Arman Babaei
Persian RTL Fix for AI Chats
Dr.TTY
ChatGPT RTL
Hossein Binaei
ChatGPT RTL
Hossein Binaei
Rtlify GPT
Yedidya
AI Studio RTL
Eyal Tirkel
RTL Fix For DeepSeek
Maloch | Web Developer