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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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