Examine source code of Remove YouTube Video Blur

Inspect and view changes in Remove YouTube Video Blur 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": "Remove YouTube Video Blur",
  "version": "1.0",
  "description": "Addon that removes that annoying and distracting blur that occurs in YouTube ",
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "removeytvideoblur.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{871c7a07-40d5-48e6-8cf8-ad9793db7cec}"
    }
  }
}