RTL Content Fixer Firefox

Examine source code of RTL Content Fixer

By: sina
Inspect and view changes in RTL Content Fixer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "RTL Content Fixer",
  "version": "1.2.0",
  "description": "Automatically adjusts text direction to RTL for elements containing mixed Persian/Arabic and LTR text, improving readability. Includes UI controls.",
  "author": "Sina Jalalvandi",
  "homepage_url": "https://github.com/jalalvandi/FireFox-RTL-Content-Fixer",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "fcrc@sinajalalvandi.ir",
      "strict_min_version": "58.0"
    }
  }
}

Best RTL Content Fixer Alternatives

Here are some Firefox add-ons that are similar to RTL Content Fixer: