YouTube Summary Generators Firefox

Examine source code of YouTube Summary Generators

Inspect and view changes in YouTube Summary Generators source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Summary Generator",
  "version": "1.0",
  "description": "Generate summaries for YouTube videos by extracting and processing transcripts.",
  "icons": {
    "48": "icon.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/watch*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{cd3d0402-abb9-471e-a79e-796df01fce1b}"
    }
  }
}

Best YouTube Summary Generators Alternatives

Here are some Firefox add-ons that are similar to YouTube Summary Generators: