Read Aloud Selection Firefox

Examine source code of Read Aloud Selection

Inspect and view changes in Read Aloud Selection source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Read Aloud Selection",
  "version": "1.0",
  "description": "Reads the selected text on the current page aloud using the browser's speech engine.",
  "icons": {
    "48": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Read selected text"
  },
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "readaloudselection-001@youraddons",
      "strict_min_version": "91.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": [],
        "description": "This extension does not collect, store, or transmit any user data."
      }
    }
  },
  "data_collection_permissions": {
    "collects_data": false,
    "description": "This extension does not collect, store, or transmit any user data."
  }
}

Best Read Aloud Selection Alternatives

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