IMDb & Rotten Tomatoes @ Prime Instant Video
Enhances Prime Instant Video by amazon with movie ratings from IMDb and Rotten Tomatoes.
IMDb & Rotten Tomatoes @ Prime Instant Video là gì?
IMDb & Rotten Tomatoes @ Prime Instant Video là một tiện ích mở rộng Chrome được phát triển bởi Joscha Feth, và tính năng chính của nó là "Enhances Prime Instant Video by amazon with movie ratings from IMDb and Rotten Tomatoes.".
Ả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 & Rotten Tomatoes @ Prime Instant Video
Tải xuống các tệp mở rộng IMDb & Rotten Tomatoes @ Prime Instant Video 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 seamlessly adds the ratings from IMDb and Rotten Tomatoes into the Prime Instant Video web interface. Each movie and series detail page gets two more rating entries (if the movie/series can be found in IMDb). The ratings for Prime Instant Video extension uses the Open Movie Database API by Brian Fritz (http://www.omdbapi.com/) for querying IMDb and Rotten Tomatoes. Thanks Brian! The source code of this extension has been released under the MIT license - feel free to collaborate on enhancements and improvements here: https://github.com/joscha/prime-ratings Neither this extension, nor its author is in any way affiliated with amazon.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | IMDb & Rotten Tomatoes @ Prime Instant Video |
ID | pfnkplljjpbbbclllghfeakdlfcldpfj |
URL Chính Thức | https://chromewebstore.google.com/detail/imdb-rotten-tomatoes-prim/pfnkplljjpbbbclllghfeakdlfcldpfj |
Mô tả | Enhances Prime Instant Video by amazon with movie ratings from IMDb and Rotten Tomatoes. |
Kích Thước Tệp | 101 KB |
Số Lần Cài Đặt | 932 |
Phiên Bản Hiện Tại | 0.0.5 |
Cập Nhật Lần Cuối | 2016-08-16 |
Ngày Phát Hành | 2016-08-16 |
Đánh Giá | 2.40/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | Joscha Feth |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/joscha/prime-ratings |
Ngôn Ngữ Được Hỗ Trợ | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.0.5", "manifest_version": 2, "icons": { "16": "shared\/icons\/icon16.png", "48": "shared\/icons\/icon48.png", "128": "shared\/icons\/icon128.png" }, "permissions": [ "*:\/\/www.amazon.com\/*", "*:\/\/www.amazon.de\/*", "*:\/\/www.amazon.co.uk\/*" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "*:\/\/www.amazon.com\/*", "*:\/\/www.amazon.de\/*", "*:\/\/www.amazon.co.uk\/*" ], "css": [ "chrome.css", "shared\/inject.css" ], "js": [ "components\/jquery.min.js", "chrome.js", "shared\/inject.js" ] } ], "web_accessible_resources": [ "shared\/inject.css" ] } |