Netflix IMDB top 250
Removes all movies that aren't in the IMDB top 250 from Netflix.
Qu'est-ce que Netflix IMDB top 250 ?
Netflix IMDB top 250 est une extension Chrome développée par angusbayley, et sa fonction principale est "Removes all movies that aren't in the IMDB top 250 from Netflix.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Netflix IMDB top 250
Téléchargez les fichiers d'extension Netflix IMDB top 250 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Netflix IMDB top 250 |
ID | akeiblobkickpakkbjgalaklelbicgaj |
URL Officiel | https://chromewebstore.google.com/detail/netflix-imdb-top-250/akeiblobkickpakkbjgalaklelbicgaj |
Description | Removes all movies that aren't in the IMDB top 250 from Netflix. |
Taille du Fichier | 15.41 KB |
Nombre d'Installations | 98 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-11-20 |
Date de Publication | 2014-11-20 |
Évaluation | 3.00/5 Total 3 Évaluations |
Développeur | angusbayley |
Type de Paiement | free |
Langues Prises en Charge | 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 } |