SCDownloader Firefox

Examine source code of SCDownloader

Inspect and view changes in SCDownloader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SCDownloader",
  "version": "1.0",
  "default_locale": "en",
  "description": "A simple downloader for SoundCloud.",
  "icons": {
    "16": "images/icon_16.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "browser_action": {
    "default_icon": "images/icon_24.png",
    "default_title": "SCDownloader"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "https://*.soundcloud.com/*"
      ],
      "css": [
        "css/content.css"
      ],
      "js": [
        "js/jquery.js",
        "js/content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    "css/*",
    "i/*"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "{2dae40fb-f4f3-45b3-a1c3-5e2cfc82b1c5}"
    }
  }
}

Best SCDownloader Alternatives

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