Overlay WebM Firefox

Examine source code of Overlay WebM

Inspect and view changes in Overlay WebM source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Overlay WebM",
  "version": "1.0",
  "description": "Displays WebM videos in the browser window",
  "icons": {
    "48": "icons/icon.png"
  },
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_title": "Overlay WebM",
    "default_popup": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "overlay-webm@alternate-squared.com"
    }
  }
}

Best Overlay WebM Alternatives

Here are some Firefox add-ons that are similar to Overlay WebM: