Netflix Rating
View IMDB and Rotten Tomatoes scores inside Netflix!
Netflix Rating là gì?
Netflix Rating là một tiện ích mở rộng Chrome được phát triển bởi Maya Benjamin, và tính năng chính của nó là "View IMDB and Rotten Tomatoes scores inside Netflix!".
Ả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 Rating
Tải xuống các tệp mở rộng Netflix Rating 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
View Imdb and Rotten Tomatoes scores of movies and series directly in Netflix! Simple and easy to use. Version 2.0: * Can now view Rotten Tomatoes scores! * Added menu to choose which scores to view. Version 1.1: * Added support for gallery view. * Added support for search.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Netflix Rating |
ID | bcmbdiempfifibcoenpgmdcmaacdiocj |
URL Chính Thức | https://chromewebstore.google.com/detail/netflix-rating/bcmbdiempfifibcoenpgmdcmaacdiocj |
Mô tả | View IMDB and Rotten Tomatoes scores inside Netflix! |
Kích Thước Tệp | 20.55 KB |
Số Lần Cài Đặt | 259 |
Phiên Bản Hiện Tại | 2.0.6 |
Cập Nhật Lần Cuối | 2022-03-05 |
Ngày Phát Hành | 2020-05-02 |
Đánh Giá | 3.67/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Maya Benjamin |
[email protected] | |
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": "Netflix Rating", "version": "2.0.6", "description": "View IMDB and Rotten Tomatoes scores inside Netflix!", "permissions": [ "*:\/\/*.netflix.com\/browse", "storage" ], "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/browse\/*" ], "js": [ "NetflixRating.js" ] } ], "web_accessible_resources": [ "images\/*.png" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |