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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improves very much the usability of the side. Adds highlighting and info about the current/next/previous run."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Better Awesome Games Done Quick Schedule एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}