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."입니다.

확장 프로그램 스크린샷

screenshot

iRacers online (iRacing) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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) 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"
            ]
        }
    ]
}