FlixiMDb
Show IMDb ratings for Netflix TV shows and movies. Simply hover over a title to see the rating.
Qu'est-ce que FlixiMDb ?
FlixiMDb est une extension Chrome développée par skrassiev, et sa fonction principale est "Show IMDb ratings for Netflix TV shows and movies. Simply hover over a title to see the rating.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FlixiMDb
Téléchargez les fichiers d'extension FlixiMDb 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
Install this extension and see the IMDB movie rating between other movie details on Netflix site Version 8.1.3: - fixed titles matching with missing articles a/an/the.
Informations de Base sur l'Extension
Nom | |
ID | mpdokalkjebjipooahikakghjpfaplge |
URL Officiel | https://chrome.google.com/webstore/detail/fliximdb/mpdokalkjebjipooahikakghjpfaplge |
Description | Show IMDb ratings for Netflix TV shows and movies. Simply hover over a title to see the rating. |
Taille du Fichier | 109 KB |
Nombre d'Installations | 24 |
Version Actuelle | 8.1.3 |
Dernière Mise à Jour | 2014-11-14 |
Date de Publication | 2014-11-14 |
Évaluation | 3.75/5 Total 4 Évaluations |
Développeur | skrassiev |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FlixiMDb", "description": "Show IMDb ratings for Netflix TV shows and movies. Simply hover over a title to see the rating.", "version": "8.1.3", "content_scripts": [ { "js": [ "assets\/js\/jquery.js", "assets\/js\/jquery.watch-2.0.min.js", "assets\/js\/lodash.js", "classes\/class.netflix.js", "classes\/class.imdb.js", "classes\/init.js" ], "matches": [ "*:\/\/*.netflix.com\/*" ] } ], "page_action": { "default_title": "FlixiMDb" }, "web_accessible_resources": [ "assets\/js\/jquery.min.map" ], "icons": { "128": "assets\/img\/netfliximdb_128.png" }, "permissions": [ "storage" ], "minimum_chrome_version": "17.0", "manifest_version": 2 } |