iRacers online (iRacing)

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

What is iRacers online (iRacing)?

iRacers online (iRacing) is a Chrome extension developed by bakidok, and its main feature is "Show the total number of iracers and spectators online in all sessions.".

Extension Screenshots

screenshot

Download iRacers online (iRacing) Extension CRX File

Download iRacers online (iRacing) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name iRacers online (iRacing) iRacers online (iRacing)
ID bifnedfngfoboonojaffnkocljefgokc
Official URL https://chromewebstore.google.com/detail/iracers-online-iracing/bifnedfngfoboonojaffnkocljefgokc
Description Show the total number of iracers and spectators online in all sessions.
File Size 19.23 KB
Installation Count 324
Current Version 1.4
Last Updated 2013-06-15
Publish Date 2013-06-15
Rating 5.00/5 Total 9 Ratings
Developer bakidok
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}