iRacing - Show Racers Per Series

Shows the number of registered drivers in each series on the bottom navbar.

iRacing - Show Racers Per Seriesคืออะไร?

iRacing - Show Racers Per Series เป็นส่วนขยายของ Chrome ที่พัฒนาโดย flexgrip และคุณลักษณะหลักของมันคือ "Shows the number of registered drivers in each series on the bottom navbar."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย iRacing - Show Racers Per Series

ดาวน์โหลดไฟล์ส่วนขยาย iRacing - Show Racers Per Series ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Just a simple menu panel I made for myself. If you're 100 years old like me (I'm actually only 34), you are set in your ways. So you go to members.iracing.com > Find Official Races > Current Series...

Then you start looking around for how many people are registered in each series.

At this point, you're probably thinking, "But dude, there's already a page that shows that already... All you gotta do is go to Find Official Races > Popular Races Guide." Well, all I can say is, I wish I would have noticed that page before I spent 2 hours dicking around making this extension.

That being said, this extension is cool because it shows you how many people are in each series no matter what iRacing page you are on. But whatever, I figured I'd post it on the Chrome Web Store and Opera Extensions Site just in case.

GPLv3, Blabity Blah, FLOSS: https://github.com/flexgrip/iracing-racers-per-series                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ iRacing - Show Racers Per Series iRacing - Show Racers Per Series
ID kejaeckgnomdfimdcboafeomihbjpffb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/iracing-show-racers-per-s/kejaeckgnomdfimdcboafeomihbjpffb
คำอธิบาย Shows the number of registered drivers in each series on the bottom navbar.
ขนาดไฟล์ 147 KB
จำนวนการติดตั้ง 167
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2018-10-21
วันที่เผยแพร่ 2018-10-21
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา flexgrip
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iRacing - Show Racers Per Series",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Shows the number of registered drivers in each series on the bottom navbar.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "cookies",
        "*:\/\/members.iracing.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/members.iracing.com\/membersite\/member\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "*:\/\/members.iracing.com\/membersite\/member\/*"
            ],
            "js": [
                "js\/execute-on-website.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}