Video Volume & Seek Control Firefox

Examine source code of Video Volume & Seek Control

Inspect and view changes in Video Volume & Seek Control source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "version": "1.2",
  "icons": {
    "16": "/icons/icon-16.png",
    "32": "/icons/icon-32.png",
    "64": "/icons/icon-64.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "/scripts/script.js"
      ],
      "all_frames": true
    }
  ],
  "page_action": {
    "default_icon": {
      "16": "/icons/enabled-16.png",
      "32": "/icons/enabled-32.png"
    },
    "default_title": "__MSG_enabled__"
  },
  "background": {
    "scripts": [
      "/scripts/background.js"
    ]
  },
  "options_ui": {
    "page": "/html/options.html"
  },
  "permissions": [
    "<all_urls>",
    "storage",
    "tabs",
    "activeTab"
  ],
  "web_accessible_resources": [
    "_locales/*/messages.json"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{521d255c-f2ff-4e5a-8c8b-f35c1ec43998}"
    }
  }
}

Best Video Volume & Seek Control Alternatives

Here are some Firefox add-ons that are similar to Video Volume & Seek Control: