IMDB X - Movie Ratings Warehouse
This extension works on the IMDB site. Enriches the site with IMDB, Rotten Tomatoes and Metacritic ratings.
Apa itu IMDB X - Movie Ratings Warehouse?
IMDB X - Movie Ratings Warehouse adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "This extension works on the IMDB site. Enriches the site with IMDB, Rotten Tomatoes and Metacritic ratings.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi IMDB X - Movie Ratings Warehouse
Unduh file ekstensi IMDB X - Movie Ratings Warehouse dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | IMDB X - Movie Ratings Warehouse |
ID | oefkogkbfbgdkcihljelbaglodgfcpbk |
URL Resmi | https://chromewebstore.google.com/detail/imdb-x-movie-ratings-ware/oefkogkbfbgdkcihljelbaglodgfcpbk |
Deskripsi | This extension works on the IMDB site. Enriches the site with IMDB, Rotten Tomatoes and Metacritic ratings. |
Ukuran File | 373 KB |
Jumlah Instalasi | 104 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2015-05-04 |
Tanggal Publikasi | 2015-05-03 |
Penilaian | 2.64/5 Total 11 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |