Corvimae's Better SRC
Some UX improvements to the usability of speedrun.com.
What is Corvimae's Better SRC?
Corvimae's Better SRC is a Chrome extension developed by corvimae, and its main feature is "Some UX improvements to the usability of speedrun.com.".
Extension Screenshots
Download Corvimae's Better SRC Extension CRX File
Download Corvimae's Better SRC extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Corvimae's Better SRC |
ID | khjhjphndmbplphigahokkmepmpenhdh |
Official URL | https://chromewebstore.google.com/detail/corvimaes-better-src/khjhjphndmbplphigahokkmepmpenhdh |
Description | Some UX improvements to the usability of speedrun.com. |
File Size | 28.45 KB |
Installation Count | 42 |
Current Version | 1.4 |
Last Updated | 2021-10-26 |
Publish Date | 2021-10-21 |
Rating | 5.00/5 Total 1 Ratings |
Developer | corvimae |
[email protected] | |
Payment Type | free |
Help Page URL | https://maybreak.com/ |
Supported Languages | 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" ] } ] } |