Rating-Finder
Auto search & shows IMDB ratings on Netflix, Hotstar, Amazon Prime Video & Mx Player.
Rating-Finder là gì?
Rating-Finder là một tiện ích mở rộng Chrome được phát triển bởi crixus.org, và tính năng chính của nó là "Auto search & shows IMDB ratings on Netflix, Hotstar, Amazon Prime Video & Mx Player.".
Ả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 Rating-Finder
Tải xuống các tệp mở rộng Rating-Finder 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
Auto find and stick IMDB rating as a badge for movie/series on it's poster on OTT platforms. ** Supported OTTs - MxPlayer, Hotstar, Netflix & Amazon Prime Video ** Coming Soon - Zee5 ** Known issues - 1. Rating may not appear for few movie/series. This may happen due to unconventional title e.g. Dubbed movies title have rating with it's original movie name 2. If ratings doesn't appear, try to scroll or refresh the page #OTT #movie #series #rating #IMDB Changelog - 1.8: Supports new Hotstar & Prime Video UI For any queries/bug reporting, Feel free to contact us : [email protected]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Rating-Finder |
ID | jgdlcjmbihmlmoljoilnennfbfeledem |
URL Chính Thức | https://chromewebstore.google.com/detail/rating-finder/jgdlcjmbihmlmoljoilnennfbfeledem |
Mô tả | Auto search & shows IMDB ratings on Netflix, Hotstar, Amazon Prime Video & Mx Player. |
Kích Thước Tệp | 48.01 KB |
Số Lần Cài Đặt | 132 |
Phiên Bản Hiện Tại | 1.9 |
Cập Nhật Lần Cuối | 2023-07-18 |
Ngày Phát Hành | 2023-01-09 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | crixus.org |
[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": "Rating-Finder", "description": "Auto search & shows IMDB ratings on Netflix, Hotstar, Amazon Prime Video & Mx Player.", "version": "1.9", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "content_scripts": [ { "js": [ "drawRating.js", "cronClearLStorage.js", "cronTrimLStorage.js" ], "matches": [ "https:\/\/www.mxplayer.in\/*", "https:\/\/www.hotstar.com\/*", "https:\/\/www.netflix.com\/*", "https:\/\/www.primevideo.com\/*" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/Rating-Finder-16.png", "32": "\/images\/Rating-Finder-32.png", "48": "\/images\/Rating-Finder-48.png", "128": "\/images\/Rating-Finder-128.png" } }, "icons": { "16": "\/images\/Rating-Finder-16.png", "32": "\/images\/Rating-Finder-32.png", "48": "\/images\/Rating-Finder-48.png", "128": "\/images\/Rating-Finder-128.png" }, "web_accessible_resources": [ { "resources": [ "images\/rating-bg.png", "images\/rating-hotstar.png", "images\/rating-mx.png", "images\/rating-netflix.png", "images\/rating-prime.png" ], "matches": [ " |