Google Translate AudioDownload Firefox

Examine source code of Google Translate AudioDownload

Inspect and view changes in Google Translate AudioDownload source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Google Translate Audio Downloader",
  "version": "1.3.0",
  "description": "Adds a lightweight Download Audio button on Google Translate pages.",
  "permissions": [
    "downloads"
  ],
  "host_permissions": [
    "*://translate.google.com/*",
    "*://translate.google.it/*",
    "*://translate.google.es/*",
    "*://translate.google.fr/*",
    "*://translate.google.de/*",
    "*://translate.google.co.uk/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "*://translate.google.com/*",
        "*://translate.google.it/*",
        "*://translate.google.es/*",
        "*://translate.google.fr/*",
        "*://translate.google.de/*",
        "*://translate.google.co.uk/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "google-translate-audio-downloader-translate@example.local",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Google Translate AudioDownload Alternatives

Here are some Firefox add-ons that are similar to Google Translate AudioDownload: