Better Awesome Games Done Quick Schedule
Improves very much the usability of the side. Adds highlighting and info about the current/next/previous run.
O que é Better Awesome Games Done Quick Schedule?
Better Awesome Games Done Quick Schedule é uma extensão do Chrome desenvolvida por kruben, e sua principal característica é "Improves very much the usability of the side. Adds highlighting and info about the current/next/previous run.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Better Awesome Games Done Quick Schedule
Baixe arquivos de extensão Better Awesome Games Done Quick Schedule no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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).
Informações Básicas da Extensão
Nome | Better Awesome Games Done Quick Schedule |
ID | mjhmfhgaeaemjkfjgkheafonfdgmkppb |
URL Oficial | https://chromewebstore.google.com/detail/better-awesome-games-done/mjhmfhgaeaemjkfjgkheafonfdgmkppb |
Descrição | Improves very much the usability of the side. Adds highlighting and info about the current/next/previous run. |
Tamanho do Arquivo | 629 KB |
Contagem de Instalações | 40 |
Versão Atual | 2.2.11 |
Última Atualização | 2017-07-02 |
Data de Publicação | 2017-07-02 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | kruben |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |