Rating-Finder

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

Rating-Finder क्या है?

Rating-Finder crixus.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto search & shows IMDB ratings on Netflix, Hotstar, Amazon Prime Video & Mx Player."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Rating-Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                ""
            ]
        }
    ]
}