Corvimae's Better SRC
Some UX improvements to the usability of speedrun.com.
Wat is Corvimae's Better SRC?
Corvimae's Better SRC is een Chrome-extensie ontwikkeld door corvimae, en de belangrijkste functie is "Some UX improvements to the usability of speedrun.com.".
Extensie Screenshots
Download het CRX-bestand van de extensie Corvimae's Better SRC
Download Corvimae's Better SRC-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Corvimae's Better SRC |
ID | khjhjphndmbplphigahokkmepmpenhdh |
Officiële URL | https://chromewebstore.google.com/detail/corvimaes-better-src/khjhjphndmbplphigahokkmepmpenhdh |
Beschrijving | Some UX improvements to the usability of speedrun.com. |
Bestandsgrootte | 28.45 KB |
Aantal Installaties | 42 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2021-10-26 |
Publicatiedatum | 2021-10-21 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | corvimae |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://maybreak.com/ |
Ondersteunde Talen | 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" ] } ] } |