Netflix Rate
Add trailers, IMDB, Rotten Tomato, and MetaCritic ratings to the Netflix webpage.
Was ist Netflix Rate?
Netflix Rate ist eine Chrome-Erweiterung, die von https://netflix.burtonthird.com entwickelt wurde, und ihr Hauptmerkmal ist "Add trailers, IMDB, Rotten Tomato, and MetaCritic ratings to the Netflix webpage.".
Erweiterungsscreenshots
Netflix Rate-Erweiterungs-CRX-Datei herunterladen
Laden Sie Netflix Rate-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
Changes the style of the Nextflix Watch Instantly and DVD browsing webpages to show trailers, IMDB, Rotten Tomato and MetaCritic ratings. Note: This extension is not affiliated with Netflix in any way. International Users: Only English movie titles work currently, translation may be in a future update.
Grundlegende Informationen zur Erweiterung
Name | Netflix Rate |
ID | cofjbfnpecflopfknbpnhhpnegbflfph |
Offizielle URL | https://chromewebstore.google.com/detail/netflix-rate/cofjbfnpecflopfknbpnhhpnegbflfph |
Beschreibung | Add trailers, IMDB, Rotten Tomato, and MetaCritic ratings to the Netflix webpage. |
Dateigröße | 247 KB |
Installationsanzahl | 1,259 |
Aktuelle Version | 1.3.47 |
Letztes Update | 2015-04-17 |
Veröffentlichungsdatum | 2015-04-16 |
Bewertung | 2.86/5 Insgesamt 36 Bewertungen |
Entwickler | https://netflix.burtonthird.com |
Zahlungsart | free |
Erweiterungswebsite | http://netflix.burtonthird.com |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "libs\/jquery-2.0.3.min.js", "libs\/bootstrap.min.js", "js\/ratings.js" ], "matches": [ "http:\/\/*.netflix.com\/*", "https:\/\/*.netflix.com\/*" ] } ], "description": "Add trailers, IMDB, Rotten Tomato, and MetaCritic ratings to the Netflix webpage.", "icons": { "128": "img\/icon_128.png", "48": "img\/icon_48.png" }, "manifest_version": 2, "name": "Netflix Rate", "permissions": [ "storage", "http:\/\/www.omdbapi.com\/*", "http:\/\/*.netflix.com\/*", "https:\/\/*.netflix.com\/*", "http:\/\/netflix.burtonthird.com\/*", "http:\/\/api.themoviedb.org\/*", "https:\/\/byroredux-metacritic.p.mashape.com\/*", "http:\/\/api.rottentomatoes.com\/*" ], "short_name": "Netflix Rate", "version": "1.3.47", "web_accessible_resources": [ "css\/ratings.css", "img\/imdbSprite.png", "img\/tomatoSprite.png" ] } |