Show IMDB ratings

Show IMDB ratings

Show IMDB ratingsとは何ですか?

Show IMDB ratingsはVinによって開発されたChromeの拡張機能で、その主な機能は「Show IMDB ratings」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Shows ratings next to each movie. 

Ratings 7.5 and above are shown in red.                    

拡張機能の基本情報

名前 Show IMDB ratings Show IMDB ratings
ID mjljmcikmfemkogkhbohgcgbfaikoljg
公式URL https://chromewebstore.google.com/detail/show-imdb-ratings/mjljmcikmfemkogkhbohgcgbfaikoljg
説明 Show IMDB ratings
ファイルサイズ 58.37 KB
インストール数 274
現在のバージョン 2.1
最終更新日 2022-12-11
公開日 2020-02-15
評価 3.23/5 合計 13 レビュー
開発者 Vin
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.1",
    "name": "Show IMDB ratings",
    "short_name": "IMDB ratings",
    "description": "Show IMDB ratings",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_title": "Show IMDB ratings",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "showrate.js"
            ],
            "matches": [
                "https:\/\/www.imdb.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.imdb.com\/"
    ]
}