Text to Speech Firefox

Examine source code of Text to Speech

By: Brandon
Inspect and view changes in Text to Speech source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Text to Speech",
  "version": "1.0.0",
  "description": "Extract text from any web page and convert it to speech using Google Cloud TTS.",
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "https://tts.brandonbassett.com/*",
    "http://localhost:3000/*"
  ],
  "background": {
    "scripts": [
      "background/service-worker.js"
    ]
  },
  "action": {
    "default_title": "Text to Speech"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tts@brandonbassett.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Text to Speech Alternatives

Here are some Firefox add-ons that are similar to Text to Speech: