Netflix Rate
Add trailers, IMDB, Rotten Tomato, and MetaCritic ratings to the Netflix webpage.
Netflix Rate là gì?
Netflix Rate là một tiện ích mở rộng Chrome được phát triển bởi https://netflix.burtonthird.com, và tính năng chính của nó là "Add trailers, IMDB, Rotten Tomato, and MetaCritic ratings to the Netflix webpage.".
Ả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 Netflix Rate
Tải xuống các tệp mở rộng Netflix Rate 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
Changes the style of the Nextflix Watch Instantly and DVD browsing webpages to show trailers, IMDB, Rotten Tomato and MetaCritic ratings. Note: This extension is not affiliated with Netflix in any way. International Users: Only English movie titles work currently, translation may be in a future update.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Netflix Rate |
ID | cofjbfnpecflopfknbpnhhpnegbflfph |
URL Chính Thức | https://chromewebstore.google.com/detail/netflix-rate/cofjbfnpecflopfknbpnhhpnegbflfph |
Mô tả | Add trailers, IMDB, Rotten Tomato, and MetaCritic ratings to the Netflix webpage. |
Kích Thước Tệp | 247 KB |
Số Lần Cài Đặt | 1,259 |
Phiên Bản Hiện Tại | 1.3.47 |
Cập Nhật Lần Cuối | 2015-04-17 |
Ngày Phát Hành | 2015-04-16 |
Đánh Giá | 2.86/5 Tổng số 36 Đánh Giá |
Nhà Phát Triển | https://netflix.burtonthird.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://netflix.burtonthird.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "libs\/jquery-2.0.3.min.js", "libs\/bootstrap.min.js", "js\/ratings.js" ], "matches": [ "http:\/\/*.netflix.com\/*", "https:\/\/*.netflix.com\/*" ] } ], "description": "Add trailers, IMDB, Rotten Tomato, and MetaCritic ratings to the Netflix webpage.", "icons": { "128": "img\/icon_128.png", "48": "img\/icon_48.png" }, "manifest_version": 2, "name": "Netflix Rate", "permissions": [ "storage", "http:\/\/www.omdbapi.com\/*", "http:\/\/*.netflix.com\/*", "https:\/\/*.netflix.com\/*", "http:\/\/netflix.burtonthird.com\/*", "http:\/\/api.themoviedb.org\/*", "https:\/\/byroredux-metacritic.p.mashape.com\/*", "http:\/\/api.rottentomatoes.com\/*" ], "short_name": "Netflix Rate", "version": "1.3.47", "web_accessible_resources": [ "css\/ratings.css", "img\/imdbSprite.png", "img\/tomatoSprite.png" ] } |