iRacers online (iRacing)

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

iRacers online (iRacing)คืออะไร?

iRacers online (iRacing) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bakidok และคุณลักษณะหลักของมันคือ "Show the total number of iracers and spectators online in all sessions."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย iRacers online (iRacing)

ดาวน์โหลดไฟล์ส่วนขยาย 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) 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"
            ]
        }
    ]
}