Open in Player Firefox

Examine source code of Open in Player

By: amo
Inspect and view changes in Open in Player source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Open in Player",
  "version": "0.3.5",
  "description": "Open URLs (video) in mpv, vlc, etc",
  "icons": {
    "128": "ico/video.png"
  },
  "browser_action": {
    "default_icon": "ico/video.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "permissions": [
    "tabs",
    "storage",
    "contextMenus"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{2b3a3790-9e66-4280-8000-7ca43b0e2c75}"
    }
  }
}

Best Open in Player Alternatives

Here are some Firefox add-ons that are similar to Open in Player: