SoundCloud Downloader Firefox

Examine source code of SoundCloud Downloader

By: anyo
Inspect and view changes in SoundCloud Downloader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SoundCloud Downloader",
  "version": "2.6.2",
  "description": "Download SoundCloud songs as mp3s with normalized metadata.",
  "homepage_url": "https://github.com/nyo/scdl",
  "browser_specific_settings": {
    "gecko": {
      "id": "{1405c5cf-42c1-46e4-a151-665e871412b5}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "*://*.soundcloud.com/*",
    "*://*.sndcdn.com/*",
    "webRequest",
    "storage"
  ],
  "options_ui": {
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.soundcloud.com/*"
      ],
      "js": [
        "shared.js",
        "index.js",
        "libs/browser-id3-writer.js",
        "libs/FileSaver.min.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best SoundCloud Downloader Alternatives

Here are some Firefox add-ons that are similar to SoundCloud Downloader: