ChatGPT Exporter RTL Firefox

Examine source code of ChatGPT Exporter RTL

Inspect and view changes in ChatGPT Exporter RTL source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ChatGPT Exporter RTL (Final)",
  "version": "5.0",
  "description": "Export ChatGPT chats with ChatGPT-like layout, RTL, Dark/Light",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_title": "ChatGPT Export",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "@chatgpt-exporter-rtl-5",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best ChatGPT Exporter RTL Alternatives

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