IMDB Ratings

Just click on the Extension once when the Webpage is open, then hover over movie name you will get all info. Ever spent hours…

IMDB Ratings क्या है?

IMDB Ratings Dhilip kumar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Just click on the Extension once when the Webpage is open, then hover over movie name you will get all info. Ever spent hours…"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में IMDB Ratings एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Just click on the Extension once when the Webpage is open, then hover over movie name you will get all info.

Ever spent hours trying to find the IMDB ratings, durations, plots of different movies in the list by manually typing movie names in google? 
This Extension is just for you. Just hover over the movie name text then you will see all its meta Information.
You are not limited to any websites its available in all website.

Features offered:
 - Plot and genre
 - Awards
 - IMDB rating, Year of release, Duration
 - Rotten Tomatoes Rating and Metacritic Rating
 - Quickly search for highlighted text on IMDb via right-click.

Not Enough? We got you covered. Click on "read more..." where you will be navigated to IMDB website to read more about it.

Please rate this extension if you find it useful and do recommend it to your Friends :)                    

एक्सटेंशन की मूल जानकारी

नाम IMDB Ratings IMDB Ratings
ID aodmmndimojddogmhmpaemocbibnimkl
आधिकारिक URL https://chromewebstore.google.com/detail/imdb-ratings/aodmmndimojddogmhmpaemocbibnimkl
विवरण Just click on the Extension once when the Webpage is open, then hover over movie name you will get all info. Ever spent hours…
फ़ाइल का आकार 54.33 KB
स्थापना संख्या 189
वर्तमान संस्करण 1.3.2
अंतिम अपडेट 2022-01-16
प्रकाशन तिथि 2020-06-20
रेटिंग 3.83/5 कुल 6 रेटिंग्स
डेवलपर Dhilip kumar
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IMDB Ratings",
    "version": "1.3.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "styles.css"
    ],
    "background": {
        "scripts": [
            "background.js",
            "config.js"
        ]
    },
    "browser_action": {
        "default_icon": "imdb.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "imdb-16x16.png",
        "128": "imdb-128x128.png"
    }
}