Play iTunes

Play iTunes

Adds links to play podcasts and iTunes U courses directly from the iTunes website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Play iTunes",
  "version": "1.1resigned1",
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "http://itunes.apple.com/*",
        "https://itunes.apple.com/*"
      ],
      "js": [
        "script.js"
      ]
    }
  ]
}