Why Ads? - Turntable.fm

Why Ads? - Turntable.fm

Replaces ads on turntable.fm with pictures of corgis -- because what other solution is there?

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Why Ads? - Turntable.fm",
  "version": "0.52",
  "icons": {
    "16": "/img/icons/icon_16.png",
    "48": "/img/icons/icon_48.png",
    "128": "/img/icons/icon_128.png"
  },
  "options_page": "options.html",
  "background": {
    "scripts": [
      "/js/events.js"
    ],
    "persistent": false
  },
  "description": "Replaces ads on turntable.fm with pictures of corgis -- because what other solution is there?",
  "content_scripts": [
    {
      "matches": [
        "http://turntable.fm/*",
        "http://www.turntable.fm/*"
      ],
      "js": [
        "/js/external/jquery.js",
        "/js/content_script.js"
      ]
    }
  ],
  "manifest_version": 2
}