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
官方網址 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"
        ]
    }
}