Better *GDQ

Adds functionality and UI changes to improve the GDQ viewing experience on GamesDoneQuick.com and the GDQ Discord Web Client

Better *GDQคืออะไร?

Better *GDQ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย theoriginalcamper และคุณลักษณะหลักของมันคือ "Adds functionality and UI changes to improve the GDQ viewing experience on GamesDoneQuick.com and the GDQ Discord Web Client"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better *GDQ

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

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

                        Features for GamesDoneQuick.com :

Adds quick access to Video On Demand Twitch.tv and Youtube links for completed runs on the GDQ schedule page

Adds a fixed footer to the website that displays:

- Current run with links to the WR list on Speedrun.com and other leaderboards
- Links to the current runner or runners' Twitch.tv page
- Schedule of the next 1 to 5 speedruns at the click of a button



GDQ Discord Web Client Features:

Adds a Twitch like Theater Mode with embedded Twitch Player and Discord Chat

Adds a fixed Header to the GDQ Discord Channel website that displays:

- Current run with links to the WR list on Speedrun.com and other leaderboards
- Links to the current runner or runners' Twitch.tv page
- Schedule of the next 1 to 5 speedruns at the click of a button                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Better *GDQ Better *GDQ
ID ejcaegeanpaohhmimojlgfipmdofmphh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/better-gdq/ejcaegeanpaohhmimojlgfipmdofmphh
คำอธิบาย Adds functionality and UI changes to improve the GDQ viewing experience on GamesDoneQuick.com and the GDQ Discord Web Client
ขนาดไฟล์ 534 KB
จำนวนการติดตั้ง 376
เวอร์ชันปัจจุบัน 3.10.0
อัปเดตครั้งล่าสุด 2024-01-17
วันที่เผยแพร่ 2020-01-05
คะแนน 5.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา theoriginalcamper
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/theoriginalcamper/Better-GDQ
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "3.10.0",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "vendor\/jquery-2.2.0.min.js",
            "vendor\/underscore-min.js",
            "vendor\/fuzzyset.js",
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/gamesdonequick.com\/*",
        "http:\/\/www.gamesdonequick.com\/*",
        "https:\/\/gamesdonequick.com\/*",
        "https:\/\/www.gamesdonequick.com\/*",
        "http:\/\/www.discordapp.com\/*",
        "https:\/\/www.discordapp.com\/*",
        "http:\/\/discordapp.com\/*",
        "https:\/\/discordapp.com\/*",
        "http:\/\/api.twitch.tv\/channels\/gamesdonequick",
        "https:\/\/api.twitch.tv\/channels\/gamesdonequick"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/gamesdonequick.com\/",
                "https:\/\/gamesdonequick.com\/",
                "http:\/\/www.gamesdonequick.com\/",
                "https:\/\/www.gamesdonequick.com\/",
                "http:\/\/gamesdonequick.com\/schedule",
                "https:\/\/gamesdonequick.com\/schedule",
                "http:\/\/www.gamesdonequick.com\/schedule",
                "https:\/\/www.gamesdonequick.com\/schedule",
                "http:\/\/gamesdonequick.com\/schedule\/43",
                "https:\/\/gamesdonequick.com\/schedule\/43",
                "http:\/\/www.gamesdonequick.com\/schedule\/43",
                "https:\/\/www.gamesdonequick.com\/schedule\/43"
            ],
            "css": [],
            "js": [
                "vendor\/jquery-2.2.0.min.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/gamesdonequick.com\/",
                "https:\/\/gamesdonequick.com\/",
                "http:\/\/www.gamesdonequick.com\/",
                "https:\/\/www.gamesdonequick.com\/"
            ],
            "css": [
                "styles\/bootstrap.3.3.6.min.css"
            ],
            "js": [
                "vendor\/bootstrap.min.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/gamesdonequick.com\/",
                "https:\/\/gamesdonequick.com\/",
                "http:\/\/www.gamesdonequick.com\/",
                "https:\/\/www.gamesdonequick.com\/",
                "http:\/\/gamesdonequick.com\/schedule",
                "https:\/\/gamesdonequick.com\/schedule",
                "http:\/\/www.gamesdonequick.com\/schedule",
                "https:\/\/www.gamesdonequick.com\/schedule",
                "http:\/\/gamesdonequick.com\/schedule\/43",
                "https:\/\/gamesdonequick.com\/schedule\/43",
                "http:\/\/www.gamesdonequick.com\/schedule\/43",
                "https:\/\/www.gamesdonequick.com\/schedule\/43"
            ],
            "css": [
                "styles\/fontawesome-min.css",
                "styles\/bootstrap-switch.min.css",
                "styles\/main.css"
            ],
            "js": [
                "vendor\/bootstrap-notify.min.js",
                "vendor\/bootstrap-switch.min.js",
                "vendor\/underscore-min.js",
                "scripts\/gdq\/gdq-contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/gamesdonequick.com\/schedule",
                "https:\/\/gamesdonequick.com\/schedule",
                "http:\/\/www.gamesdonequick.com\/schedule",
                "https:\/\/www.gamesdonequick.com\/schedule",
                "http:\/\/gamesdonequick.com\/schedule\/43",
                "https:\/\/gamesdonequick.com\/schedule\/43",
                "http:\/\/www.gamesdonequick.com\/schedule\/43",
                "https:\/\/www.gamesdonequick.com\/schedule\/43"
            ],
            "js": [
                "scripts\/gdq\/gdq-vod-contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/discord.com\/channels\/85369684286767104\/85369684286767104",
                "https:\/\/discord.com\/channels\/85369684286767104\/*",
                "https:\/\/discord.com\/channels\/140605087511740416\/140605087511740416",
                "https:\/\/discord.com\/channels\/140605087511740416\/*",
                "https:\/\/discord.com\/channels\/*",
                "https:\/\/discord.com\/activity",
                "https:\/\/discord.com\/activity\/*",
                "https:\/\/discord.com\/store",
                "https:\/\/discord.com\/store\/*",
                "https:\/\/discord.com\/library",
                "https:\/\/discord.com\/library\/*"
            ],
            "css": [
                "styles\/fontawesome-min.css",
                "styles\/bootstrap-switch.min.css",
                "styles\/main.css",
                "styles\/discord.css"
            ],
            "js": [
                "vendor\/jquery-2.2.0.min.js",
                "vendor\/bootstrap.min.js",
                "vendor\/bootstrap-switch.min.js",
                "vendor\/underscore-min.js",
                "vendor\/twitch.embed.v1.js",
                "scripts\/discord-contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "html\/gdq-footer.html",
        "html\/quakenet-chat.html",
        "html\/quakenet-theater-mode.html",
        "html\/settings-menu.html",
        "html\/twitch-chat.html",
        "fonts\/fontawesome-webfont.woff",
        "fonts\/fontawesome-webfont.woff2",
        "json\/sgdq2023_runners.json"
    ]
}