SoundCloud Downloader

SoundCloud Downloader

Free and fast SoundCloud Downloader.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": {
      "16": "images/16.png",
      "32": "images/32.png",
      "128": "images/128.png",
      "512": "images/512.png"
    },
    "default_popup": "popup.html"
  },
  "description": "Free and fast SoundCloud Downloader.",
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "128": "images/128.png",
    "512": "images/512.png"
  },
  "manifest_version": 2,
  "name": "SoundCloud Downloader",
  "permissions": [
    "activeTab",
    "https://soundcloud.com/*",
    "https://vidfrom.com/*"
  ],
  "version": "1.0.0",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}