ai-rtl-resolver Firefox

Examine source code of ai-rtl-resolver

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": "4.2.0",
  "description": "Sets correct direction for persian/arabic language on ai chatbots",
  "author": "Milad Niroee",
  "homepage_url": "https://github.com/miladniroee/ai-rtl-resolver",
  "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/*"
      ]
    }
  ],
  "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"
    }
  ]
}

Best ai-rtl-resolver Alternatives

Here are some Firefox add-ons that are similar to ai-rtl-resolver: