Netflix IMDb Ratings
Adds the IMDb rating to Netflix show cards
Qu'est-ce que Netflix IMDb Ratings ?
Netflix IMDb Ratings est une extension Chrome développée par kanslulz, et sa fonction principale est "Adds the IMDb rating to Netflix show cards".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Netflix IMDb Ratings
Téléchargez les fichiers d'extension Netflix IMDb Ratings 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
This extension adds a bubble with the IMDb rating when you hover over a card on Netflix. It looks native and links to the IMDb description page.
Informations de Base sur l'Extension
Nom | Netflix IMDb Ratings |
ID | flbaobpeildpkibhejhbapoleckbjkih |
URL Officiel | https://chromewebstore.google.com/detail/netflix-imdb-ratings/flbaobpeildpkibhejhbapoleckbjkih |
Description | Adds the IMDb rating to Netflix show cards |
Taille du Fichier | 6.33 KB |
Nombre d'Installations | 71 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2017-04-09 |
Date de Publication | 2017-04-09 |
Évaluation | 2.22/5 Total 9 Évaluations |
Développeur | kanslulz |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Netflix IMDb Ratings", "description": "Adds the IMDb rating to Netflix show cards", "version": "1.1", "browser_action": { "default_icon": "logo.png" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/*.netflix.com\/*", "http:\/\/*.netflix.com\/*" ], "js": [ "page_observer.js", "rating_utils.js" ] } ] } |