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

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

                        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
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}