Better Awesome Games Done Quick Schedule

Improves very much the usability of the side. Adds highlighting and info about the current/next/previous run.

Better Awesome Games Done Quick Schedule란 무엇입니까?

Better Awesome Games Done Quick Schedule은(는) kruben에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improves very much the usability of the side. Adds highlighting and info about the current/next/previous run."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Better Awesome Games Done Quick Schedule 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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).                    

확장 프로그램 기본 정보

이름 Better Awesome Games Done Quick Schedule Better Awesome Games Done Quick Schedule
ID mjhmfhgaeaemjkfjgkheafonfdgmkppb
공식 URL https://chromewebstore.google.com/detail/better-awesome-games-done/mjhmfhgaeaemjkfjgkheafonfdgmkppb
설명 Improves very much the usability of the side. Adds highlighting and info about the current/next/previous run.
파일 크기 629 KB
설치 횟수 40
현재 버전 2.2.11
최근 업데이트 2017-07-02
출시 날짜 2017-07-02
평점 5.00/5 총 1 개의 평점
개발자 kruben
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
            ]
        }
    ]
}