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 là gì?

Better Awesome Games Done Quick Schedule là một tiện ích mở rộng Chrome được phát triển bởi kruben, và tính năng chính của nó là "Improves very much the usability of the side. Adds highlighting and info about the current/next/previous run.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Better Awesome Games Done Quick Schedule

Tải xuống các tệp mở rộng Better Awesome Games Done Quick Schedule dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Better Awesome Games Done Quick Schedule Better Awesome Games Done Quick Schedule
ID mjhmfhgaeaemjkfjgkheafonfdgmkppb
URL Chính Thức https://chromewebstore.google.com/detail/better-awesome-games-done/mjhmfhgaeaemjkfjgkheafonfdgmkppb
Mô tả Improves very much the usability of the side. Adds highlighting and info about the current/next/previous run.
Kích Thước Tệp 629 KB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 2.2.11
Cập Nhật Lần Cuối 2017-07-02
Ngày Phát Hành 2017-07-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển kruben
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}