iRacers online (iRacing)
Show the total number of iracers and spectators online in all sessions.
Was ist iRacers online (iRacing)?
iRacers online (iRacing) ist eine Chrome-Erweiterung, die von bakidok entwickelt wurde, und ihr Hauptmerkmal ist "Show the total number of iracers and spectators online in all sessions.".
Erweiterungsscreenshots
iRacers online (iRacing)-Erweiterungs-CRX-Datei herunterladen
Laden Sie iRacers online (iRacing)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bifnedfngfoboonojaffnkocljefgokc |
| Offizielle URL | https://chromewebstore.google.com/detail/iracers-online-iracing/bifnedfngfoboonojaffnkocljefgokc |
| Beschreibung | Show the total number of iracers and spectators online in all sessions. |
| Dateigröße | 19.23 KB |
| Installationsanzahl | 324 |
| Aktuelle Version | 1.4 |
| Letztes Update | 2013-06-15 |
| Veröffentlichungsdatum | 2013-06-15 |
| Bewertung | 5.00/5 Insgesamt 9 Bewertungen |
| Entwickler | bakidok |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
]
} | |