IMDB X - Movie Ratings Warehouse
This extension works on the IMDB site. Enriches the site with IMDB, Rotten Tomatoes and Metacritic ratings.
Cos'è IMDB X - Movie Ratings Warehouse?
IMDB X - Movie Ratings Warehouse è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This extension works on the IMDB site. Enriches the site with IMDB, Rotten Tomatoes and Metacritic ratings.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione IMDB X - Movie Ratings Warehouse
Scarica i file di estensione IMDB X - Movie Ratings Warehouse in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | IMDB X - Movie Ratings Warehouse |
ID | oefkogkbfbgdkcihljelbaglodgfcpbk |
URL Ufficiale | https://chromewebstore.google.com/detail/imdb-x-movie-ratings-ware/oefkogkbfbgdkcihljelbaglodgfcpbk |
Descrizione | This extension works on the IMDB site. Enriches the site with IMDB, Rotten Tomatoes and Metacritic ratings. |
Dimensione del File | 373 KB |
Conteggio Installazioni | 104 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2015-05-04 |
Data di Pubblicazione | 2015-05-03 |
Valutazione | 2.64/5 Totale 11 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |