Grooveshark User Ignore

Grooveshark User Ignore

Adds ignore functionality to Grooveshark Broadcast Chat and toggles message visibility for specific users.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Grooveshark User Ignore",
  "version": "1.1.1",
  "description": "Adds ignore functionality to Grooveshark Broadcast Chat and toggles message visibility for specific users.",
  "content_scripts": [
    {
      "js": [
        "jquery.min.js",
        "background.js"
      ],
      "matches": [
        "http://grooveshark.com/*",
        "https://grooveshark.com/*"
      ]
    }
  ],
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "storage"
  ]
}