IMDB X - Movie Ratings Warehouse
This extension works on the IMDB site. Enriches the site with IMDB, Rotten Tomatoes and Metacritic ratings.
IMDB X - Movie Ratings Warehouse là gì?
IMDB X - Movie Ratings Warehouse là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This extension works on the IMDB site. Enriches the site with IMDB, Rotten Tomatoes and Metacritic ratings.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng IMDB X - Movie Ratings Warehouse
Tải xuống các tệp mở rộng IMDB X - Movie Ratings Warehouse dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | IMDB X - Movie Ratings Warehouse |
ID | oefkogkbfbgdkcihljelbaglodgfcpbk |
URL Chính Thức | https://chromewebstore.google.com/detail/imdb-x-movie-ratings-ware/oefkogkbfbgdkcihljelbaglodgfcpbk |
Mô tả | This extension works on the IMDB site. Enriches the site with IMDB, Rotten Tomatoes and Metacritic ratings. |
Kích Thước Tệp | 373 KB |
Số Lần Cài Đặt | 104 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2015-05-04 |
Ngày Phát Hành | 2015-05-03 |
Đánh Giá | 2.64/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |