NetRating - IMDB Ratings for Netflix
Add IMDB ratings to your Netflix.
Qu'est-ce que NetRating - IMDB Ratings for Netflix ?
NetRating - IMDB Ratings for Netflix est une extension Chrome développée par Philipp Bergmann, et sa fonction principale est "Add IMDB ratings to your Netflix.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NetRating - IMDB Ratings for Netflix
Téléchargez les fichiers d'extension NetRating - IMDB Ratings for Netflix 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 Chrome Extension will display the newest IMDB Rating seamlessly integrated into your Netflix website. You also can click the IMDB logo an a new tab with the imdb-page will open. Works best with english language settings, but will work for most languages. The Extension can only access netflix.com and is kept minimal. We are using http://www.omdbapi.com/ to gather the information we need.
Informations de Base sur l'Extension
Nom | |
ID | onhgpfjfofbdiiddhklbhkajangcligj |
URL Officiel | https://chrome.google.com/webstore/detail/netrating-imdb-ratings-fo/onhgpfjfofbdiiddhklbhkajangcligj |
Description | Add IMDB ratings to your Netflix. |
Taille du Fichier | 150 KB |
Nombre d'Installations | 29 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2017-10-09 |
Date de Publication | 2017-10-09 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | Philipp Bergmann |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*" ], "js": [ "assets\/js\/jquery-1.7.1.min.js", "assets\/js\/netrating.js" ], "css": [ "assets\/css\/netflix.css" ] } ], "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html", "default_title": "NetRating" }, "content_security_policy": "script-src 'self'; object-src 'self'", "description": "Add IMDB ratings to your Netflix.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "minimum_chrome_version": "25", "name": "NetRating - IMDB Ratings for Netflix", "offline_enabled": false, "web_accessible_resources": [ "imdb_logo.png" ], "permissions": [ "activeTab", "cookies", "webRequest", "webRequestBlocking", "*:\/\/*.omdbapi.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.1" } |