Udemy TTS - Translate & Read Subtitles Aloud Firefox

Examine source code of Udemy TTS - Translate & Read Subtitles Aloud

Inspect and view changes in Udemy TTS - Translate & Read Subtitles Aloud source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "2.1.2",
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "default_locale": "en",
  "action": {},
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking"
  ],
  "host_permissions": [
    "https://*.udemy.com/*",
    "https://*.udemycdn.com/*",
    "https://generativelanguage.googleapis.com/*",
    "https://api.openai.com/*",
    "https://openrouter.ai/*",
    "https://speech.platform.bing.com/*",
    "wss://speech.platform.bing.com/*"
  ],
  "optional_permissions": [
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "udemy-tts@rndomhack",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "type": "module",
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.udemy.com/course/*/learn/*"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best Udemy TTS - Translate & Read Subtitles Aloud Alternatives

Here are some Firefox add-ons that are similar to Udemy TTS - Translate & Read Subtitles Aloud: