SoundCloud Comments Sort

SoundCloud Comments Sort

Shows Sorted Soundcloud Comments by Time on Track

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SoundCloud Comments Sort",
  "description": "Shows Sorted Soundcloud Comments by Time on Track",
  "version": "1.3",
  "permissions": [
    "https://soundcloud.com/*",
    "https://api.soundcloud.com/*"
  ],
  "browser_action": {
    "default_icon": "img/icon19.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  }
}