Corvimae's Better SRC
Some UX improvements to the usability of speedrun.com.
Co je Corvimae's Better SRC?
Corvimae's Better SRC je rozšíření Chrome vyvinuté corvimae, a jeho hlavní funkcí je „Some UX improvements to the usability of speedrun.com.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Corvimae's Better SRC
Stáhněte si soubory rozšíření Corvimae's Better SRC ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Corvimae's Better SRC |
ID | khjhjphndmbplphigahokkmepmpenhdh |
Oficiální URL | https://chromewebstore.google.com/detail/corvimaes-better-src/khjhjphndmbplphigahokkmepmpenhdh |
Popis | Some UX improvements to the usability of speedrun.com. |
Velikost souboru | 28.45 KB |
Počet instalací | 42 |
Aktuální Verze | 1.4 |
Poslední Aktualizace | 2021-10-26 |
Datum Vydání | 2021-10-21 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | corvimae |
[email protected] | |
Typ Platby | free |
URL Stránky Nápovědy | https://maybreak.com/ |
Podporované Jazyky | 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" ] } ] } |