Label Unmaker - NewgroundsEdition

Label Unmaker - NewgroundsEdition

Removes media labels from Newgrounds webpages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Label Unmaker - NewgroundsEdition",
  "version": "1.0.2",
  "description": "Removes media labels from Newgrounds webpages.",
  "homepage_url": "http://bengrosser.com/",
  "manifest_version": 2,
  "icons": {
    "16": "UN-MAKE-16.png",
    "48": "UN-MAKE-48.png",
    "128": "UN-MAKE-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.newgrounds.com/*"
      ],
      "all_frames": true,
      "exclude_globs": [
        "*://*.facebook.com/ai.php*",
        "*://*.facebook.com/ajax/*",
        "*://*.facebook.com/dialog/*",
        "*://*.facebook.com/connect/*"
      ],
      "exclude_matches": [
        "*://*.facebook.com/ai.php*",
        "*://*.facebook.com/ajax/*",
        "*://*.facebook.com/dialog/*",
        "*://*.facebook.com/connect/*"
      ],
      "js": [
        "LabelUnmaker-NewgroundsEdition.user.js"
      ]
    }
  ]
}