Media Pilot Firefox

Examine source code of Media Pilot

Inspect and view changes in Media Pilot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Universal Media Controller",
  "version": "1.0",
  "description": "Control media elements (play/pause, mute/unmute, seek) across all tabs.",
  "permissions": [
    "tabs",
    "activeTab",
    "webNavigation",
    "storage",
    "<all_urls>",
    "https://*/*",
    "http://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": true,
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "commands": {
    "toggle-play-pause": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y"
      },
      "description": "Toggle play/pause on media"
    }
  },
  "browser_action": {
    "default_icon": "icon48.png",
    "default_title": "Media Controller",
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "icon48.png"
  },
  "web_accessible_resources": [
    "content.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{cc5a3b47-5f56-47c3-85ab-bbb02e8037f7}"
    }
  }
}

Best Media Pilot Alternatives

Here are some Firefox add-ons that are similar to Media Pilot: