Corvimae's Better SRC
Some UX improvements to the usability of speedrun.com.
¿Qué es Corvimae's Better SRC?
Corvimae's Better SRC es una extensión de Chrome desarrollada por corvimae, y su función principal es "Some UX improvements to the usability of speedrun.com.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Corvimae's Better SRC
Descarga archivos de extensión Corvimae's Better SRC en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Corvimae's Better SRC |
ID | khjhjphndmbplphigahokkmepmpenhdh |
URL Oficial | https://chromewebstore.google.com/detail/corvimaes-better-src/khjhjphndmbplphigahokkmepmpenhdh |
Descripción | Some UX improvements to the usability of speedrun.com. |
Tamaño del Archivo | 28.45 KB |
Cantidad de Instalaciones | 42 |
Versión Actual | 1.4 |
Última Actualización | 2021-10-26 |
Fecha de Publicación | 2021-10-21 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | corvimae |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Ayuda | https://maybreak.com/ |
Idiomas Soportados | 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" ] } ] } |