RTL Fix For DeepSeek Firefox

Examine source code of RTL Fix For DeepSeek

Inspect and view changes in RTL Fix For DeepSeek source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "DeepSeek RTL Fix",
  "version": "1.2",
  "description": "Enable Right-to-Left (RTL) layout for DeepSeek chat. Features a floating button with one-click toggle, save settings, and full Persian/Arabic support.",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://chat.deepseek.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "rtl-fix@maloch.ir",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://chat.deepseek.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css",
        "toggle.css"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "DeepSeek RTL Fix",
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "icons": {
    "96": "icon.png"
  },
  "author": "Maloch"
}

Best RTL Fix For DeepSeek Alternatives

Here are some Firefox add-ons that are similar to RTL Fix For DeepSeek: