Corvimae's Better SRC

Some UX improvements to the usability of speedrun.com.

Apa itu Corvimae's Better SRC?

Corvimae's Better SRC adalah ekstensi Chrome yang dikembangkan oleh corvimae, dan fitur utamanya adalah "Some UX improvements to the usability of speedrun.com.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Corvimae's Better SRC

Unduh file ekstensi Corvimae's Better SRC dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Corvimae's Better SRC Corvimae's Better SRC
ID khjhjphndmbplphigahokkmepmpenhdh
URL Resmi https://chromewebstore.google.com/detail/corvimaes-better-src/khjhjphndmbplphigahokkmepmpenhdh
Deskripsi Some UX improvements to the usability of speedrun.com.
Ukuran File 28.45 KB
Jumlah Instalasi 42
Versi Saat Ini 1.4
Terakhir Diperbarui 2021-10-26
Tanggal Publikasi 2021-10-21
Penilaian 5.00/5 Total 1 Penilaian
Pengembang corvimae
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://maybreak.com/
Bahasa yang Didukung 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"
            ]
        }
    ]
}