Corvimae's Better SRC
Some UX improvements to the usability of speedrun.com.
Qu'est-ce que Corvimae's Better SRC ?
Corvimae's Better SRC est une extension Chrome développée par corvimae, et sa fonction principale est "Some UX improvements to the usability of speedrun.com.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Corvimae's Better SRC
Téléchargez les fichiers d'extension Corvimae's Better SRC au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Corvimae's Better SRC |
ID | khjhjphndmbplphigahokkmepmpenhdh |
URL Officiel | https://chromewebstore.google.com/detail/corvimaes-better-src/khjhjphndmbplphigahokkmepmpenhdh |
Description | Some UX improvements to the usability of speedrun.com. |
Taille du Fichier | 28.45 KB |
Nombre d'Installations | 42 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2021-10-26 |
Date de Publication | 2021-10-21 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | corvimae |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://maybreak.com/ |
Langues Prises en Charge | 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" ] } ] } |