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ファイルをダウンロード

Rating-Finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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": [
                ""
            ]
        }
    ]
}