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によって開発されたChromeの拡張機能で、その主な機能は「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

IMDB Ratings拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

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