YASTM Firefox

Examine source code of YASTM

Inspect and view changes in YASTM source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "YASTM",
  "version": "0.2.6",
  "description": "Yet Another send video to mpv/youtube-dl browser extension",
  "manifest_version": 2,
  "icons": {
    "48": "images/icons/icon-48-dark.png",
    "96": "images/icons/icon-96-dark.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "yastm@fazekmar",
      "strict_min_version": "60.0"
    }
  },
  "permissions": [
    "storage",
    "nativeMessaging",
    "contextMenus",
    "activeTab"
  ],
  "optional_permissions": [
    "tabs",
    "bookmarks"
  ],
  "options_ui": {
    "page": "options.html"
  },
  "page_action": {
    "show_matches": [
      "*://*/*"
    ],
    "default_title": "Play current URL with YASTM",
    "default_icon": {
      "19": "images/icons/icon-19-dark.png",
      "38": "images/icons/icon-38-dark.png"
    }
  },
  "commands": {
    "_execute_page_action": {
      "suggested_key": {
        "default": "Alt+M"
      }
    }
  },
  "background": {
    "scripts": [
      "index.js"
    ]
  }
}

Best YASTM Alternatives

Here are some Firefox add-ons that are similar to YASTM: