Examine source code of yt-nhp

Inspect and view changes in yt-nhp 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": "yt-nhp",
  "version": "1.0",
  "description": "YouTube no hover-preview on videos",
  "icons": {
    "48": "icons/yt-nhp-48.png",
    "96": "icons/yt-nhp-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/watch*"
      ],
      "js": [
        "yt-nhp.js"
      ]
    }
  ]
}