iRacers online (iRacing)

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

Qu'est-ce que iRacers online (iRacing) ?

iRacers online (iRacing) est une extension Chrome développée par bakidok, et sa fonction principale est "Show the total number of iracers and spectators online in all sessions.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension iRacers online (iRacing)

Téléchargez les fichiers d'extension iRacers online (iRacing) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom iRacers online (iRacing) iRacers online (iRacing)
ID bifnedfngfoboonojaffnkocljefgokc
URL Officiel https://chromewebstore.google.com/detail/iracers-online-iracing/bifnedfngfoboonojaffnkocljefgokc
Description Show the total number of iracers and spectators online in all sessions.
Taille du Fichier 19.23 KB
Nombre d'Installations 324
Version Actuelle 1.4
Dernière Mise à Jour 2013-06-15
Date de Publication 2013-06-15
Évaluation 5.00/5 Total 9 Évaluations
Développeur bakidok
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}