Article Whisper TTS Firefox

Examine source code of Article Whisper TTS

By: Morgado Add-on
Inspect and view changes in Article Whisper TTS source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Article Whisper TTS",
  "version": "1.0",
  "description": "Adds a Whisper TTS button on pages with articles.",
  "permissions": [
    "storage",
    "activeTab",
    "https://api.openai.com/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.svg",
    "default_title": "Article Whisper TTS",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{37efce61-c47e-43ec-85a6-4a1591496ca6}"
    }
  }
}

Best Article Whisper TTS Alternatives

Here are some Firefox add-ons that are similar to Article Whisper TTS: