Examine source code of Y Blocker

Inspect and view changes in Y Blocker 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": "Add-Skipper",
  "version": "1.0",
  "description": "It can skip youtube ads automatically",
  "icons": {
    "48": "sign.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "script.js"
      ]
    }
  ]
}