KickFilter

KickFilter

Small tweaks to the Backed Projects page on KickStarter.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "KickFilter",
  "version": "0.10",
  "manifest_version": 2,
  "description": "Small tweaks to the Backed Projects page on KickStarter.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://www.kickstarter.com/profile/*"
      ],
      "js": [
        "jquery.js",
        "backed.js"
      ]
    }
  ]
}