Netflix IMDB top 250
Removes all movies that aren't in the IMDB top 250 from Netflix.
Was ist Netflix IMDB top 250?
Netflix IMDB top 250 ist eine Chrome-Erweiterung, die von angusbayley entwickelt wurde, und ihr Hauptmerkmal ist "Removes all movies that aren't in the IMDB top 250 from Netflix.".
Erweiterungsscreenshots
Netflix IMDB top 250-Erweiterungs-CRX-Datei herunterladen
Laden Sie Netflix IMDB top 250-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
You've heard of good movies - now you can watch them. One button to hide everything except IMDB's top 250 films in Netflix.
- works in every country!
- always works from the current IMDB top 250
- is awesome
- refresh the page to get the old films back
Simples. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | akeiblobkickpakkbjgalaklelbicgaj |
| Offizielle URL | https://chromewebstore.google.com/detail/netflix-imdb-top-250/akeiblobkickpakkbjgalaklelbicgaj |
| Beschreibung | Removes all movies that aren't in the IMDB top 250 from Netflix. |
| Dateigröße | 15.41 KB |
| Installationsanzahl | 98 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2014-11-20 |
| Veröffentlichungsdatum | 2014-11-20 |
| Bewertung | 3.00/5 Insgesamt 3 Bewertungen |
| Entwickler | angusbayley |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Netflix IMDB top 250",
"version": "1.0",
"description": "Removes all movies that aren't in the IMDB top 250 from Netflix.",
"background": {
"page": "background.html",
"persistent": false
},
"page_action": {
"default_icon": "icon.png",
"default_title": "Cull all movies not in the IMDB top 250!"
},
"permissions": [
"declarativeContent",
"http:\/\/www.imdb.com\/*",
"*:\/\/*.netflix.com\/*"
],
"icons": {
"48": "icon.png",
"128": "icon.png"
},
"manifest_version": 2
} | |