Examine source code of Skip Netflix Intro 2.0

Inspect and view changes in Skip Netflix Intro 2.0 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": "Skip Netflix Intro",
  "version": "1.0",
  "description": "Addon to automatically skip intros on Netflix",
  "content_scripts": [
    {
      "matches": [
        "*://*.netflix.com/*"
      ],
      "js": [
        "skip_netflix_intro.js"
      ]
    }
  ]
}