Youtube Summary Exporter Firefox

Examine source code of Youtube Summary Exporter

Inspect and view changes in Youtube Summary Exporter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Youtube Summary Exporter",
  "version": "2.6.4",
  "description": "Capture Youtube summary and paste anywhere!",
  "permissions": [
    "storage",
    "tabs",
    "clipboardWrite"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/watch*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/icon16.png",
        "images/icon48.png",
        "images/icon128.png"
      ],
      "matches": [
        "*://*.youtube.com/*"
      ]
    }
  ],
  "host_permissions": [
    "*://*.youtube.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "youtube-summary-exporter@example.com",
      "strict_min_version": "109.0"
    }
  }
}

Best Youtube Summary Exporter Alternatives

Here are some Firefox add-ons that are similar to Youtube Summary Exporter: