FlashDroplet Firefox

Examine source code of FlashDroplet

Inspect and view changes in FlashDroplet source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "FlashDroplet",
  "version": "1.0",
  "description": "Capture flash frames from playing videos and save them to a chosen folder.",
  "browser_specific_settings": {
    "gecko": {
      "id": "flashdroplet@extension",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "browser_action": {
    "default_icon": "icons/icon48.png",
    "default_popup": "popup/popup.html",
    "default_title": "FlashDroplet – Capture Frame"
  },
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "downloads",
    "storage",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content.js"
      ]
    }
  ]
}

Best FlashDroplet Alternatives

Here are some Firefox add-ons that are similar to FlashDroplet: