FlashDroplet for Android Firefox

Examine source code of FlashDroplet for Android

Inspect and view changes in FlashDroplet for Android source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "FlashDroplet",
  "version": "2.2",
  "description": "Capture flash frames from browser videos. Frame-by-frame scrubber, auto flash scan. Android edition.",
  "browser_specific_settings": {
    "gecko": {
      "id": "flashdroplet-android@extension",
      "strict_min_version": "128.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"
  },
  "options_ui": {
    "page": "settings/settings.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content.js"
      ],
      "css": [
        "overlay/overlay.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "overlay/overlay.css"
  ]
}

Best FlashDroplet for Android Alternatives

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