Meetme Unuglifier

Meetme Unuglifier

Remove annoying cusom CSS on meetme profiles

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Meetme Unuglifier",
  "version": "1.1",
  "manifest_version": 2,
  "description": "Remove annoying cusom CSS on meetme profiles",
  "content_scripts": [
    {
      "js": [
        "jquery-2.0.0.min.js",
        "background.js"
      ],
      "matches": [
        "http://www.meetme.com/member/*"
      ]
    }
  ]
}