IMDB X - Movie Ratings Warehouse
This extension works on the IMDB site. Enriches the site with IMDB, Rotten Tomatoes and Metacritic ratings.
Was ist IMDB X - Movie Ratings Warehouse?
IMDB X - Movie Ratings Warehouse ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "This extension works on the IMDB site. Enriches the site with IMDB, Rotten Tomatoes and Metacritic ratings.".
Erweiterungsscreenshots
IMDB X - Movie Ratings Warehouse-Erweiterungs-CRX-Datei herunterladen
Laden Sie IMDB X - Movie Ratings Warehouse-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
This extension works on the IMDB desktop site. It compiles movie ratings from various sites and displays them beside every instance of the movie name on the imdb site. Currently supports IMDB ratings, Rotten Tomato ratings and Metacritic ratings.
Grundlegende Informationen zur Erweiterung
Name | IMDB X - Movie Ratings Warehouse |
ID | oefkogkbfbgdkcihljelbaglodgfcpbk |
Offizielle URL | https://chromewebstore.google.com/detail/imdb-x-movie-ratings-ware/oefkogkbfbgdkcihljelbaglodgfcpbk |
Beschreibung | This extension works on the IMDB site. Enriches the site with IMDB, Rotten Tomatoes and Metacritic ratings. |
Dateigröße | 373 KB |
Installationsanzahl | 104 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2015-05-04 |
Veröffentlichungsdatum | 2015-05-03 |
Bewertung | 2.64/5 Insgesamt 11 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IMDB X - Movie Ratings Warehouse", "version": "0.0.1", "manifest_version": 2, "description": "This extension works on the IMDB site. Enriches the site with IMDB, Rotten Tomatoes and Metacritic ratings.", "homepage_url": "http:\/\/imdb.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "web_accessible_resources": [ "icons\/*.png" ], "default_locale": "en", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/www.imdb.com\/*", "https:\/\/www.imdb.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "http:\/\/www.imdb.com\/*", "https:\/\/www.imdb.com\/*" ], "js": [ "js\/jquery\/jquery.js", "src\/inject\/inject.js" ] } ] } |