Claude RTL Responder Firefox

Examine source code of Claude RTL Responder

Inspect and view changes in Claude RTL Responder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Claude RTL Responder",
  "version": "0.1.0",
  "description": "تحسين عرض النصوص العربية في Claude.ai - Improve Arabic text display on Claude.ai",
  "browser_specific_settings": {
    "gecko": {
      "id": "claude-rtl-responder@monerintelligence.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://claude.ai/*",
    "*://*.claude.ai/*"
  ],
  "background": {
    "scripts": [
      "common/browser-polyfill.js",
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    },
    "default_title": "Claude RTL Responder"
  },
  "commands": {
    "toggle-mode": {
      "suggested_key": {
        "default": "Alt+G"
      },
      "description": "Toggle between Arabic and English mode"
    },
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+O"
      },
      "description": "Open the Claude RTL Responder popup"
    }
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://claude.ai/*",
        "*://*.claude.ai/*"
      ],
      "js": [
        "common/browser-polyfill.js",
        "content/detector.js",
        "content/observer.js",
        "content/content.js"
      ],
      "css": [
        "styles/rtl.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  }
}

Best Claude RTL Responder Alternatives

Here are some Firefox add-ons that are similar to Claude RTL Responder: