Examine source code of YouTube Ads Closer

Inspect and view changes in YouTube Ads Closer 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": "YouTube Ads Closer",
  "version": "1.1resigned1",
  "description": "Now you no need to click on the Skip Ad button. This addon will do it for you automatically. Cheers!",
  "icons": {
    "48": "closer_48x48.png",
    "96": "closer_1_96x96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "closer.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{283b35bb-0f4f-4425-9b49-7eea80190e38}"
    }
  }
}