sc2mp3 Firefox

Examine source code of sc2mp3

Inspect and view changes in sc2mp3 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "SoundCloud to MP3",
  "description": "Adds a download button to SoundCloud tracks",
  "browser_specific_settings": {
    "gecko": {
      "id": "sc2mp3@crossbowffs.com"
    }
  },
  "version": "1.8",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://*.soundcloud.com/*",
    "*://*.sndcdn.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.soundcloud.com/*"
      ],
      "js": [
        "sc2mp3.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html"
  }
}

Melhores alternativas sc2mp3

Aqui estão algumas Firefox add-ons que são similares a sc2mp3: