Netflix™ Billboard Banner Hider
Hides the large "Billboard" banner at the top of the Netflix™ homepage.
Was ist Netflix™ Billboard Banner Hider?
Netflix™ Billboard Banner Hider ist eine Chrome-Erweiterung, die von JG entwickelt wurde, und ihr Hauptmerkmal ist "Hides the large "Billboard" banner at the top of the Netflix™ homepage.".
Erweiterungsscreenshots
Netflix™ Billboard Banner Hider-Erweiterungs-CRX-Datei herunterladen
Laden Sie Netflix™ Billboard Banner Hider-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Hides the large "Billboard" banner at the top of the Netflix homepage.
Grundlegende Informationen zur Erweiterung
Name | Netflix™ Billboard Banner Hider |
ID | iiccgglbjljnekmhjfgpddnhmbihpaoe |
Offizielle URL | https://chromewebstore.google.com/detail/netflix-billboard-banner/iiccgglbjljnekmhjfgpddnhmbihpaoe |
Beschreibung | Hides the large "Billboard" banner at the top of the Netflix™ homepage. |
Dateigröße | 7.78 KB |
Installationsanzahl | 177 |
Aktuelle Version | 0.0.2 |
Letztes Update | 2015-07-04 |
Veröffentlichungsdatum | 2015-07-04 |
Bewertung | 5.00/5 Insgesamt 9 Bewertungen |
Entwickler | JG |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |