Netflix™ Billboard Banner Hider

Netflix™ Billboard Banner Hider

Hides the large "Billboard" banner at the top of the Netflix™ homepage.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Netflix™ Billboard Banner Hider",
  "short_name": "Netflix™ Billboard Hider",
  "description": "Hides the large \"Billboard\" banner at the top of the Netflix™ homepage.",
  "version": "0.0.2",
  "icons": {
    "48": "res/netflix48.png",
    "128": "res/netflix128.png"
  },
  "content_scripts": [
    {
      "css": [
        "netflix_hider.css"
      ],
      "matches": [
        "*://*.netflix.com/*",
        "*://netflix.com/*"
      ]
    }
  ],
  "manifest_version": 2
}