Netflix Adblock

Netflix Adblock

Automatically decline to view the ads which Netflix plays during closing credits.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Netflix Adblock",
  "version": "1.0.1",
  "description": "Automatically decline to view the ads which Netflix plays during closing credits.",
  "developer": {
    "name": "Nick Barry"
  },
  "homepage_url": "https://github.com/itsnickbarry/netflix-adblock",
  "content_scripts": [
    {
      "matches": [
        "*://www.netflix.com/*"
      ],
      "js": [
        "netflix_adblock.js"
      ]
    }
  ]
}