ChatGPT - Auto RTL Checker Firefox

Examine source code of ChatGPT - Auto RTL Checker

Inspect and view changes in ChatGPT - Auto RTL Checker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ChatGPT - RTLChecker",
  "version": "2.4",
  "description": "ChatGPT RTL checker powered by the Magic Matn engine: blazing-fast RTL/LTR detection with performance modes.",
  "author": "Abolfazl Mousavi",
  "homepage_url": "https://github.com/AbwlfazlMousavi",
  "permissions": [
    "storage",
    "<all_urls>",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "web_accessible_resources": [
    "fonts/*.woff2"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "abwlfazl.musavi@gmail.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best ChatGPT - Auto RTL Checker Alternatives

Here are some Firefox add-ons that are similar to ChatGPT - Auto RTL Checker: