Netflix™ Billboard Banner Hider
Hides the large "Billboard" banner at the top of the Netflix™ homepage.
Vad är Netflix™ Billboard Banner Hider?
Netflix™ Billboard Banner Hider är en Chrome-tillägg utvecklad av JG, och dess huvudfunktion är "Hides the large "Billboard" banner at the top of the Netflix™ homepage.".
Tilläggsskärmbilder
Ladda ner Netflix™ Billboard Banner Hider-förlängningens CRX-fil
Ladda ner Netflix™ Billboard Banner Hider-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Hides the large "Billboard" banner at the top of the Netflix homepage. Grundläggande Information om Tillägg
| Namn | |
| ID | iiccgglbjljnekmhjfgpddnhmbihpaoe |
| Officiell webbadress | https://chromewebstore.google.com/detail/netflix-billboard-banner/iiccgglbjljnekmhjfgpddnhmbihpaoe |
| Beskrivning | Hides the large "Billboard" banner at the top of the Netflix™ homepage. |
| Filstorlek | 7.78 KB |
| Antal Installationer | 177 |
| Aktuell Version | 0.0.2 |
| Senast Uppdaterad | 2015-07-04 |
| Publiceringsdatum | 2015-07-04 |
| Betyg | 5.00/5 Totalt 9 Betyg |
| Utvecklare | JG |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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
} | |