YouTube Subtitle Extractor Firefox

Examine source code of YouTube Subtitle Extractor

Inspect and view changes in YouTube Subtitle Extractor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YouTube Subtitle Extractor",
  "version": "1.0",
  "description": "Displays YouTube subtitles in a paragraph format on the right side of the video.",
  "permissions": [
    "activeTab"
  ],
  "host_permissions": [
    "*://*.youtube.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "youtube-subtitle-extractor@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "icons": {
    "48": "icon.png",
    "96": "icon.png"
  }
}

Best YouTube Subtitle Extractor Alternatives

Here are some Firefox add-ons that are similar to YouTube Subtitle Extractor: