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": "5.0.0",
  "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/*"
      ]
    }
  ],
  "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"
    }
  ]
}

Best ai-rtl-resolver Alternatives

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