HypemDl Firefox

Examine source code of HypemDl

By: Daniel
Inspect and view changes in HypemDl source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "HypemDl",
  "version": "1.1",
  "description": "direct download mp3 from hypem",
  "icons": {
    "48": "icons/border-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.hypem.com/*"
      ],
      "js": [
        "hypemdl.js"
      ]
    }
  ],
  "permissions": [
    "webRequest",
    "notifications",
    "downloads",
    "<all_urls>"
  ],
  "applications": {
    "gecko": {
      "id": "hypemdl@example.com"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best HypemDl Alternatives

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