Examine source code of What Sponsor?

Inspect and view changes in What Sponsor? source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "What Sponsor?",
  "version": "1.0",
  "description": "Gets rid of that little video sponsorship tag at the top of a Youtube video",
  "icons": {
    "48": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www,youtube.com/watch*"
      ],
      "js": [
        "nosponsor.js"
      ]
    }
  ]
}