RTL Smart Fix Firefox

Examine source code of RTL Smart Fix

By: avi
Inspect and view changes in RTL Smart Fix source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "RTL Smart Fix",
  "version": "2.0",
  "description": "Intelligent RTL/LTR direction detection for Hebrew, Arabic, and mixed content, made by kasper (Avi Assaga)",
  "permissions": [
    "storage",
    "tabs",
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "rtl-smart-fix@kasper.dev",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best RTL Smart Fix Alternatives

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