Grooveshark Groovy Chairs

Grooveshark Groovy Chairs

Play musical chairs without the hassle

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Grooveshark Groovy Chairs",
  "description": "Play musical chairs without the hassle",
  "version": "1.2",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "https://grooveshark.com/*",
        "http://grooveshark.com/*"
      ],
      "js": [
        "jquery.min.js",
        "content_script.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ]
}