Video Stream Command Generator Firefox

Examine source code of Video Stream Command Generator

By: chris
Inspect and view changes in Video Stream Command Generator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Video Stream Command Generator",
  "version": "2.1",
  "description": "Generate FFmpeg commands for captured video streams.",
  "permissions": [
    "webRequest",
    "storage",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon.svg",
      "48": "icon.svg",
      "128": "icon.svg"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d9f6b4e2-3b1a-4f8b-9c7d-1a2b3c4d5e6f}",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Video Stream Command Generator Alternatives

Here are some Firefox add-ons that are similar to Video Stream Command Generator: