iRacers online (iRacing)

Show the total number of iracers and spectators online in all sessions.

什麼是iRacers online (iRacing)?

iRacers online (iRacing)是由bakidok開發的Chrome擴展程式,該擴展的主要功能是“Show the total number of iracers and spectators online in all sessions.”。

擴展截圖

screenshot

下載iRacers online (iRacing)擴展crx文件

下載iRacers online (iRacing)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Simply extension that show the total number of iracers and spectators online in all sessions on the spectator page.

NOTE: The extension doesn't collect any information from members.iracing.com                    

擴展基本資訊

名稱 iRacers online (iRacing) iRacers online (iRacing)
ID bifnedfngfoboonojaffnkocljefgokc
官方網址 https://chromewebstore.google.com/detail/iracers-online-iracing/bifnedfngfoboonojaffnkocljefgokc
簡介 Show the total number of iracers and spectators online in all sessions.
檔案大小 19.23 KB
安裝次數 324
目前版本 1.4
更新時間 2013-06-15
上架時間 2013-06-15
評分 5.00/5 共 9 次評分
開發者 bakidok
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iRacers online (iRacing)",
    "version": "1.4",
    "description": "Show the total number of iracers and spectators online in all sessions.",
    "manifest_version": 2,
    "icons": {
        "16": "icono_16.png",
        "48": "icono_48.png",
        "128": "icono_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/members.iracing.com\/membersite\/member\/spectator.jsp"
            ],
            "js": [
                "iRacersOnline.js"
            ]
        }
    ]
}