Add Bidi Support Firefox

Examine source code of Add Bidi Support

Inspect and view changes in Add Bidi Support source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Add Bidi support",
  "version": "0.6.0",
  "icons": {
    "48": "./assets/icon/bidi-48px.png"
  },
  "browser_action": {
    "default_icon": {
      "48": "./assets/icon/bidi-48px.png"
    },
    "default_title": "Add Bidi support"
  },
  "background": {
    "scripts": [
      "./background.js"
    ]
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "./add-bidi.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{c0c82e93-813d-4c40-b609-5c70f599837a}"
    }
  }
}

Best Add Bidi Support Alternatives

Here are some Firefox add-ons that are similar to Add Bidi Support: