iRacers online (iRacing)

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

Wat is iRacers online (iRacing)?

iRacers online (iRacing) is een Chrome-extensie ontwikkeld door bakidok, en de belangrijkste functie is "Show the total number of iracers and spectators online in all sessions.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie iRacers online (iRacing)

Download iRacers online (iRacing)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam iRacers online (iRacing) iRacers online (iRacing)
ID bifnedfngfoboonojaffnkocljefgokc
Officiële URL https://chromewebstore.google.com/detail/iracers-online-iracing/bifnedfngfoboonojaffnkocljefgokc
Beschrijving Show the total number of iracers and spectators online in all sessions.
Bestandsgrootte 19.23 KB
Aantal Installaties 324
Huidige Versie 1.4
Laatst Bijgewerkt 2013-06-15
Publicatiedatum 2013-06-15
Beoordeling 5.00/5 Totaal 9 Beoordelingen
Ontwikkelaar bakidok
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}