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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kruben และคุณลักษณะหลักของมันคือ "Improves very much the usability of the side. Adds highlighting and info about the current/next/previous run."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better Awesome Games Done Quick Schedule

ดาวน์โหลดไฟล์ส่วนขยาย Better Awesome Games Done Quick Schedule ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}