Rating-Finder

Auto search & shows IMDB ratings on Netflix, Hotstar, Amazon Prime Video & Mx Player.

Rating-Finder란 무엇입니까?

Rating-Finder은(는) crixus.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto search & shows IMDB ratings on Netflix, Hotstar, Amazon Prime Video & Mx Player."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Rating-Finder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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]                    

확장 프로그램 기본 정보

이름 Rating-Finder Rating-Finder
ID jgdlcjmbihmlmoljoilnennfbfeledem
공식 URL https://chromewebstore.google.com/detail/rating-finder/jgdlcjmbihmlmoljoilnennfbfeledem
설명 Auto search & shows IMDB ratings on Netflix, Hotstar, Amazon Prime Video & Mx Player.
파일 크기 48.01 KB
설치 횟수 132
현재 버전 1.9
최근 업데이트 2023-07-18
출시 날짜 2023-01-09
평점 5.00/5 총 4 개의 평점
개발자 crixus.org
이메일 [email protected]
결제 유형 free
지원되는 언어 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": [
                ""
            ]
        }
    ]
}