Typeracer Companion
Adds various helpful features and tweaks to Typeracer
¿Qué es Typeracer Companion?
Typeracer Companion es una extensión de Chrome desarrollada por fourshade, y su función principal es "Adds various helpful features and tweaks to Typeracer".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Typeracer Companion
Descarga archivos de extensión Typeracer Companion 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
Adds various functionalities to Typeracer.com. This extension: - Hides most of the ads that appear around the page border - Allows you to automatically enter races without clicking "Race Again" - When you click "Try Again" on a quote, highlights all the mistakes you made last time so you know where you need practice - Stops the space bar and backspace key from messing up races (by scrolling or navigating back) - Adds a menu to access various "universes" (different versions of the site with special rules)
Información Básica de la Extensión
Nombre | Typeracer Companion |
ID | dkhchjimdjpficalmccanldcnlhmopcc |
URL Oficial | https://chromewebstore.google.com/detail/typeracer-companion/dkhchjimdjpficalmccanldcnlhmopcc |
Descripción | Adds various helpful features and tweaks to Typeracer |
Tamaño del Archivo | 68.25 KB |
Cantidad de Instalaciones | 552 |
Versión Actual | 0.1.3 |
Última Actualización | 2017-10-01 |
Fecha de Publicación | 2017-09-30 |
Calificación | 4.29/5 Total de 7 Calificaciones |
Desarrollador | fourshade |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Adds various helpful features and tweaks to Typeracer", "manifest_version": 2, "name": "Typeracer Companion", "author": "fourshade", "version": "0.1.3", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "applications": { "gecko": { "id": "[email protected]" } }, "options_ui": { "page": "options.html" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/play.typeracer.com\/*" ], "js": [ "jquery-3.2.1.min.js", "autorace.js", "disablekeys.js", "hideads.js", "leaderboard.js", "mistakes.js", "storage.js", "universes.js", "main.js" ] } ] } |