Temporary Subtitles Generator Firefox

Examine source code of Temporary Subtitles Generator

By: Keqing
Inspect and view changes in Temporary Subtitles Generator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Temporary Subtitles Generator",
  "version": "1.0",
  "description": "Generate temporary subtitles for videos without captions using speech recognition API.",
  "permissions": [
    "activeTab",
    "storage",
    "background",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon.png"
    }
  },
  "icons": {
    "128": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{16706daa-4871-4706-b75d-a15489e4dc7f}"
    }
  }
}

Best Temporary Subtitles Generator Alternatives

Here are some Firefox add-ons that are similar to Temporary Subtitles Generator: