Amazon Music Helper Firefox

Examine source code of Amazon Music Helper

By: suabo
Inspect and view changes in Amazon Music Helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Amazon-Music-Helper",
  "description": "Add song to playlist, show notifications with informations of current playing song.",
  "version": "1.0.0",
  "author": "Marcel Grolms",
  "manifest_version": 2,
  "permissions": [
    "menus",
    "downloads",
    "notifications",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "tabs",
    "cookies"
  ],
  "background": {
    "scripts": [
      "/src/js/amazonMusicHelperConstants.js",
      "/src/js/amazonMusicHelperUtils.js",
      "/src/js/amazonMusicHelperDomEvents.js",
      "/src/js/amazonMusicHelperProcessor.js",
      "/src/js/amazonMusicHelperRequests.js",
      "/src/js/amazonMusicHelper.js"
    ]
  },
  "browser_action": {
    "default_icon": "/src/assets/icons8-amazon-music-32.png",
    "default_title": "Amazon Music Helper"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+1"
      },
      "description": "Add current playing track to amazon music playlist."
    },
    "amazonMusicHelper-currentSongInfo": {
      "suggested_key": {
        "default": "Ctrl+Shift+2"
      },
      "description": "Show notification with current song informations."
    }
  },
  "options_ui": {
    "page": "/src/html/options.html"
  },
  "icons": {
    "48": "/src/assets/icons8-amazon-music-48.png",
    "96": "/src/assets/icons8-amazon-music-96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "amazon-music-helper@suabo.de",
      "strict_min_version": "57.0"
    }
  }
}

Best Amazon Music Helper Alternatives

Here are some Firefox add-ons that are similar to Amazon Music Helper: