IMDb ratings for watchever
Enhances watchever with movie ratings from IMDb and Rotten Tomatoes.
IMDb ratings for watchever là gì?
IMDb ratings for watchever 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 watchever 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 ratings for watchever
Tải xuống các tệp mở rộng IMDb ratings for watchever 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 watchever web interface. Each movie and series detail page gets two more rating rows (if the movie/series can be found in IMDb). The IMDb ratings for watchever 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/watchever-imdb-ratings Neither this extension, nor its author is in any way affiliated with Watchever GmbH.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | IMDb ratings for watchever |
ID | foobflajciachdjffhabgjfnommkpibb |
URL Chính Thức | https://chromewebstore.google.com/detail/imdb-ratings-for-watcheve/foobflajciachdjffhabgjfnommkpibb |
Mô tả | Enhances watchever with movie ratings from IMDb and Rotten Tomatoes. |
Kích Thước Tệp | 97.65 KB |
Số Lần Cài Đặt | 105 |
Phiên Bản Hiện Tại | 0.0.7 |
Cập Nhật Lần Cuối | 2013-12-15 |
Ngày Phát Hành | 2013-12-14 |
Đánh Giá | 4.67/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Joscha Feth |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/joscha/watchever-imdb-ratings |
Ngôn Ngữ Được Hỗ Trợ | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IMDb ratings for watchever", "version": "0.0.7", "manifest_version": 2, "description": "Enhances watchever with movie ratings from IMDb and Rotten Tomatoes.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "*:\/\/www.watchever.de\/filme\/*", "*:\/\/www.watchever.de\/serien\/*" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "*:\/\/www.watchever.de\/filme\/*", "*:\/\/www.watchever.de\/serien\/*" ], "include_globs": [ "*:\/\/www.watchever.de\/filme\/*-*", "*:\/\/www.watchever.de\/serien\/*-*" ], "css": [ "data\/inject\/inject.css" ], "js": [ "data\/jquery\/jquery-2.0.3.min.js", "data\/inject\/inject.js" ] } ], "web_accessible_resources": [ "data\/jquery\/jquery-2.0.3.min.map" ] } |