Apple Music Extended Firefox

Examine source code of Apple Music Extended

Inspect and view changes in Apple Music Extended source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Apple Music Extended",
  "version": "1.2",
  "description": "Hotkey and notification for apple music.",
  "icons": {
    "64": "amext.png"
  },
  "permissions": [
    "notifications",
    "tabs"
  ],
  "commands": {
    "pause": {
      "suggested_key": {
        "default": "Shift+Alt+J"
      },
      "description": "Play/Pause"
    },
    "next-song": {
      "suggested_key": {
        "default": "Shift+Alt+N"
      },
      "description": "Play the next song"
    },
    "previous-song": {
      "suggested_key": {
        "default": "Shift+Alt+P"
      },
      "description": "Play the previous song"
    }
  },
  "background": {
    "scripts": [
      "amext_bg.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://music.apple.com/*",
        "*://beta.music.apple.com/*"
      ],
      "js": [
        "amext_content.js"
      ]
    }
  ]
}

Best Apple Music Extended Alternatives

Here are some Firefox add-ons that are similar to Apple Music Extended: