SoundCloud Enhancement Suite

SoundCloud Enhancement Suite

SoundCloud Enhancement Suite (SES) is a chrome extension that brings some quality of life improvements when browsing SoundCloud

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SoundCloud Enhancement Suite",
  "manifest_version": 2,
  "content_scripts": [
    {
      "js": [
        "js/index.js"
      ],
      "matches": [
        "https://soundcloud.com/*"
      ],
      "css": [
        "css/styles.css"
      ]
    }
  ],
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "version": "0.2.0",
  "author": "David Bond <[email protected]>",
  "homepage_url": "https://github.com/davidsbond/soundcloud-enhancement-suite",
  "description": "SoundCloud Enhancement Suite (SES) is a chrome extension that brings some quality of life improvements when browsing SoundCloud",
  "web_accessible_resources": [
    "audio/reload.wav"
  ]
}