Scene Screenshot Button Firefox

Examine source code of Scene Screenshot Button

By: Binh
Inspect and view changes in Scene Screenshot Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Scene Screenshot Button",
  "version": "1.0.0",
  "description": "Capture the current video frame and save it as a PNG image.",
  "permissions": [
    "<all_urls>"
  ],
  "browser_action": {
    "default_title": "Screenshot Frame"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "scenescreenshot@addon.local",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Scene Screenshot Button Alternatives

Here are some Firefox add-ons that are similar to Scene Screenshot Button: