HBO IMDB Ratings for Chrome

This extension will display the IMDB rating of the title your mouse is hovering over, in the bottom right corner.

HBO IMDB Ratings for Chromeとは何ですか?

HBO IMDB Ratings for Chromeはandersbaeroによって開発されたChromeの拡張機能で、その主な機能は「This extension will display the IMDB rating of the title your mouse is hovering over, in the bottom right corner.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        This extension will display the IMDB rating of the title your mouse is hovering over, in the bottom right corner.                    

拡張機能の基本情報

名前 HBO IMDB Ratings for Chrome HBO IMDB Ratings for Chrome
ID gimcheaobpkledablonfmgppbcjbiopd
公式URL https://chromewebstore.google.com/detail/hbo-imdb-ratings-for-chro/gimcheaobpkledablonfmgppbcjbiopd
説明 This extension will display the IMDB rating of the title your mouse is hovering over, in the bottom right corner.
ファイルサイズ 578 KB
インストール数 327
現在のバージョン 1.0
最終更新日 2019-09-20
公開日 2019-09-19
評価 2.60/5 合計 5 レビュー
開発者 andersbaero
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HBO IMDB Ratings for Chrome",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.hbonordic.com\/*"
            ],
            "js": [
                "jquery-3.4.0.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/riktigIcon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}