Send to MPV player Firefox

Examine source code of Send to MPV player

Inspect and view changes in Send to MPV player source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Send to MPV player",
  "description": "__MSG_appDesc__",
  "version": "0.1.4resigned1",
  "default_locale": "en",
  "manifest_version": 2,
  "permissions": [
    "storage",
    "tabs",
    "nativeMessaging",
    "notifications",
    "contextMenus",
    "downloads",
    "<all_urls>",
    "clipboardWrite",
    "history"
  ],
  "content_scripts": [
    {
      "run_at": "document_start",
      "all_frames": true,
      "matches": [
        "*://*/*"
      ],
      "js": [
        "/data/inject.js"
      ]
    }
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "command.js",
      "termlib_parser.js",
      "common.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png",
      "64": "data/icons/64.png"
    }
  },
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  },
  "homepage_url": "http://add0n.com/send-to.html?from=mpv",
  "options_ui": {
    "page": "data/options/index.html",
    "chrome_style": true
  },
  "applications": {
    "gecko": {
      "id": "{ccad95df-add6-4d8a-aa5c-cdc384075bab}",
      "strict_min_version": "52.0"
    }
  }
}

Best Send to MPV player Alternatives

Here are some Firefox add-ons that are similar to Send to MPV player: