Corvimae's Better SRC

Some UX improvements to the usability of speedrun.com.

Cos'è Corvimae's Better SRC?

Corvimae's Better SRC è un'estensione di Chrome sviluppata da corvimae, e la sua funzione principale è "Some UX improvements to the usability of speedrun.com.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Corvimae's Better SRC

Scarica i file di estensione Corvimae's Better SRC in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Corvimae's Better SRC Corvimae's Better SRC
ID khjhjphndmbplphigahokkmepmpenhdh
URL Ufficiale https://chromewebstore.google.com/detail/corvimaes-better-src/khjhjphndmbplphigahokkmepmpenhdh
Descrizione Some UX improvements to the usability of speedrun.com.
Dimensione del File 28.45 KB
Conteggio Installazioni 42
Versione Corrente 1.4
Ultimo Aggiornamento 2021-10-26
Data di Pubblicazione 2021-10-21
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore corvimae
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://maybreak.com/
Lingue Supportate 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"
            ]
        }
    ]
}