Netflix Skip it!

Skips Intros & Disables the interrupter
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": "Netflix Skip it!",
  "version": "1.3",
  "description": "Skips Intros & Disables the interrupter",
  "icons": {
    "48": "icon/nsi.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.netflix.com/*"
      ],
      "js": [
        "nsi.js"
      ]
    }
  ]
}