Better Awesome Games Done Quick Schedule
Improves very much the usability of the side. Adds highlighting and info about the current/next/previous run.
¿Qué es Better Awesome Games Done Quick Schedule?
Better Awesome Games Done Quick Schedule es una extensión de Chrome desarrollada por kruben, y su función principal es "Improves very much the usability of the side. Adds highlighting and info about the current/next/previous run.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Better Awesome Games Done Quick Schedule
Descarga archivos de extensión Better Awesome Games Done Quick Schedule 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
This extension adds improvements to the schedule from Awesome Games Done Quick with meaningful things like: Highlighting the current/next/previous speedrun, at the top of the website the current speedrun, a button which brings you to the current speedrun in the schedule and automatic refreshing when a speedrun is scheduled to end, so that you have always the correct information displayed. Via the AGDQ Symbol, you get always Links to the most important websites from AGDQ (Website, Schedule, Twitch). [German Translation / Deutsche Übersetzung] Diese Erweiterung verbessert den Zeitplan von Awesome Games Done Quick um sinnvolle Dinge, wie z.B.: Hervorheben vom aktuellen/nächsten/vorherigen Speedrun, immer ganz oben den aktuellen Speedrun, auf Knopfdruck springen zum aktuellen Speedrun und automatisches aktualisieren der Seite, wenn der Speedrun vorbei ist, damit du immer die aktuellsten Informationen angezeigt bekommst. Über das AGDQ Symbol im Webbrowser kommst du zudem jederzeit zu den wichtigen Seiten von AGDQ (Webseite, Zeitplan und Twitch).
Información Básica de la Extensión
Nombre | Better Awesome Games Done Quick Schedule |
ID | mjhmfhgaeaemjkfjgkheafonfdgmkppb |
URL Oficial | https://chromewebstore.google.com/detail/better-awesome-games-done/mjhmfhgaeaemjkfjgkheafonfdgmkppb |
Descripción | Improves very much the usability of the side. Adds highlighting and info about the current/next/previous run. |
Tamaño del Archivo | 629 KB |
Cantidad de Instalaciones | 40 |
Versión Actual | 2.2.11 |
Última Actualización | 2017-07-02 |
Fecha de Publicación | 2017-07-02 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | kruben |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Better Awesome Games Done Quick Schedule", "short_name": "Better AGDQ", "version": "2.2.11", "description": "Improves very much the usability of the side. Adds highlighting and info about the current\/next\/previous run.", "author": "Ruben Kuckelkorn", "icons": { "128": "icon.png" }, "background": { "scripts": [ "js\/jquery.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/gamesdonequick.com\/schedule\/*", "https:\/\/gamesdonequick.com\/schedule" ], "js": [ "js\/jquery.js", "js\/myScript.js" ] } ] } |