Hide Thumbnails on SoundCloud

Hide Thumbnails on SoundCloud

Simply hide soundcloud thumbs, keep your mind clear

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Hide Thumbnails on SoundCloud",
  "version": "0.0.0.3",
  "description": "Simply hide soundcloud thumbs, keep your mind clear",
  "icons": {
    "16": "css/images/icon16.png",
    "48": "css/images/icon48.png",
    "128": "css/images/icon128.png"
  },
  "browser_action": {
    "default_icon": "css/images/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.soundcloud.com/*"
      ],
      "css": [
        "css/style.css"
      ],
      "run_at": "document_start"
    }
  ],
  "manifest_version": 2
}