Netflix™ Billboard Banner Hider
Hides the large "Billboard" banner at the top of the Netflix™ homepage.
What is Netflix™ Billboard Banner Hider?
Netflix™ Billboard Banner Hider is a Chrome extension developed by JG, and its main feature is "Hides the large "Billboard" banner at the top of the Netflix™ homepage.".
Extension Screenshots
Download Netflix™ Billboard Banner Hider Extension CRX File
Download Netflix™ Billboard Banner Hider extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Hides the large "Billboard" banner at the top of the Netflix homepage.
Extension Basic Information
Name | Netflix™ Billboard Banner Hider |
ID | iiccgglbjljnekmhjfgpddnhmbihpaoe |
Official URL | https://chromewebstore.google.com/detail/netflix-billboard-banner/iiccgglbjljnekmhjfgpddnhmbihpaoe |
Description | Hides the large "Billboard" banner at the top of the Netflix™ homepage. |
File Size | 7.78 KB |
Installation Count | 177 |
Current Version | 0.0.2 |
Last Updated | 2015-07-04 |
Publish Date | 2015-07-04 |
Rating | 5.00/5 Total 9 Ratings |
Developer | JG |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix\u2122 Billboard Banner Hider", "short_name": "Netflix\u2122 Billboard Hider", "description": "Hides the large \"Billboard\" banner at the top of the Netflix\u2122 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 } |