Netflix™ Billboard Banner Hider
Hides the large "Billboard" banner at the top of the Netflix™ homepage.
Co je Netflix™ Billboard Banner Hider?
Netflix™ Billboard Banner Hider je rozšíření Chrome vyvinuté JG, a jeho hlavní funkcí je „Hides the large "Billboard" banner at the top of the Netflix™ homepage.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Netflix™ Billboard Banner Hider
Stáhněte si soubory rozšíření Netflix™ Billboard Banner Hider ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Hides the large "Billboard" banner at the top of the Netflix homepage. Základní Informace o Rozšíření
| Název | |
| ID | iiccgglbjljnekmhjfgpddnhmbihpaoe |
| Oficiální URL | https://chromewebstore.google.com/detail/netflix-billboard-banner/iiccgglbjljnekmhjfgpddnhmbihpaoe |
| Popis | Hides the large "Billboard" banner at the top of the Netflix™ homepage. |
| Velikost souboru | 7.78 KB |
| Počet instalací | 177 |
| Aktuální Verze | 0.0.2 |
| Poslední Aktualizace | 2015-07-04 |
| Datum Vydání | 2015-07-04 |
| Hodnocení | 5.00/5 Celkem 9 Hodnocení |
| Vývojář | JG |
| [email protected] | |
| Typ Platby | free |
| Podporované Jazyky | 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
} | |