Corvimae's Better SRC

Some UX improvements to the usability of speedrun.com.

Co to jest Corvimae's Better SRC?

Corvimae's Better SRC to rozszerzenie Chrome opracowane przez corvimae, a jego główną funkcją jest „Some UX improvements to the usability of speedrun.com.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Corvimae's Better SRC

Pobierz pliki rozszerzeń Corvimae's Better SRC w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Corvimae's Better SRC Corvimae's Better SRC
ID khjhjphndmbplphigahokkmepmpenhdh
Oficjalny URL https://chromewebstore.google.com/detail/corvimaes-better-src/khjhjphndmbplphigahokkmepmpenhdh
Opis Some UX improvements to the usability of speedrun.com.
Rozmiar pliku 28.45 KB
Liczba instalacji 42
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2021-10-26
Data Publikacji 2021-10-21
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper corvimae
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://maybreak.com/
Obsługiwane Języki 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"
            ]
        }
    ]
}