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.」です。
拡張機能のスクリーンショット
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) |
ID | bifnedfngfoboonojaffnkocljefgokc |
公式URL | 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" ] } ] } |