Corvimae's Better SRC

Some UX improvements to the usability of speedrun.com.

Corvimae's Better SRCคืออะไร?

Corvimae's Better SRC เป็นส่วนขยายของ Chrome ที่พัฒนาโดย corvimae และคุณลักษณะหลักของมันคือ "Some UX improvements to the usability of speedrun.com."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Corvimae's Better SRC

ดาวน์โหลดไฟล์ส่วนขยาย Corvimae's Better SRC ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Applies the following changes to the speedrun.com user interface:
- Changes the leaderboard page to a vertical tab layout (see https://twitter.com/Corvimae/status/1448696820574691336/photo/1)
- Makes important information on the moderator hub larger and more prominent.
- Hides comments.
- Replaces the icons in the Recent Runs widget to show text instead.

Source: https://github.com/Corvimae/better-src-extension                    

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

ชื่อ Corvimae's Better SRC Corvimae's Better SRC
ID khjhjphndmbplphigahokkmepmpenhdh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/corvimaes-better-src/khjhjphndmbplphigahokkmepmpenhdh
คำอธิบาย Some UX improvements to the usability of speedrun.com.
ขนาดไฟล์ 28.45 KB
จำนวนการติดตั้ง 42
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2021-10-26
วันที่เผยแพร่ 2021-10-21
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา corvimae
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://maybreak.com/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Corvimae's Better SRC",
    "version": "1.4",
    "description": "Some UX improvements to the usability of speedrun.com.",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.speedrun.com\/*"
            ],
            "js": [
                "scripts\/inject.js"
            ],
            "css": [
                "styles\/leaderboard-page.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.speedrun.com\/modhub*"
            ],
            "css": [
                "styles\/modhub.css"
            ]
        }
    ]
}