Read Aloud V2 Firefox

Examine source code of Read Aloud V2

Inspect and view changes in Read Aloud V2 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Read Aloud V2",
  "version": "1.3",
  "description": "Read selected text aloud using text-to-speech.",
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/logo_64.png"
  },
  "icons": {
    "64": "icons/logo_64.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{d525705a-85f2-4a3e-a88a-17e7aee82e1d}"
    }
  }
}

Best Read Aloud V2 Alternatives

Here are some Firefox add-ons that are similar to Read Aloud V2: