Stadia+ Extension

Extends Google's Stadia gaming platform with additional features, such as custom filters and in game network monitoring.

Stadia+ Extensionคืออะไร?

Stadia+ Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Malte Klüft (Mafrans) และคุณลักษณะหลักของมันคือ "Extends Google's Stadia gaming platform with additional features, such as custom filters and in game network monitoring."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stadia+ Extension

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

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

                        Stadia+ has been archived, and is no longer supported by the author. Please consider https://github.com/ChristopherKlay/StadiaEnhanced as an alternative.




Stadia+ is a open-source Chrome extension improving and adding onto Stadia's already existing features. It was created with the goal of uniting the scattered tampermonkey scripts and features into a single free and easy to install extension. Since it's release it has garnered over 20000 users and 80 ratings on the Chrome Web Store.

Make sure to read our Getting Started article to learn how the extension works! 
https://github.com/Mafrans/StadiaPlus/wiki/Getting-Started

Stadia+ is a free and open-source extension, its source code is available in the packaged zip file and on https://github.com/Mafrans/StadiaPlus/.

If you are having issues with the Stadia+ extension, please feel free to report them on the Github page (https://github.com/Mafrans/StadiaPlus/issues) or ask on the Community Support Discord (https://discord.gg/2VDbEQ8) where community members can help me debug and patch the extension.                    

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

ชื่อ Stadia+ Extension Stadia+ Extension
ID bbhmnnecicphphjamhdefpagipoegijd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/bbhmnnecicphphjamhdefpagipoegijd
คำอธิบาย Extends Google's Stadia gaming platform with additional features, such as custom filters and in game network monitoring.
ขนาดไฟล์ 941 KB
จำนวนการติดตั้ง 14,594
เวอร์ชันปัจจุบัน 2.5.8
อัปเดตครั้งล่าสุด 2022-05-18
วันที่เผยแพร่ 2020-06-17
คะแนน 4.20/5 รวมทั้งหมด 92 คะแนน
ผู้พัฒนา Malte Klüft (Mafrans)
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://discord.gg/2VDbEQ8
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stadia+ Extension",
    "short_name": "Stadia+",
    "version": "2.5.8",
    "author": "Malte Kl\u00fcft (Mafrans)",
    "description": "Extends Google's Stadia gaming platform with additional features, such as custom filters and in game network monitoring.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj4rm88698t+T5Pe5jWP8edM6wPBErxwCu0k3Ona\/Xc3lt3NJpvW5dabUdcpP3MYBjMQ41V\/iq4Q64rObL9csaruxP4Ex3S8SaxBc\/sDBxAUjRdYebF76t+APSeTRDs0WiKJgjUoEGBlOtSqffVYO7wpLr\/IWUn9z1PfkaV5LY5jrlHJ4o0HUOoVW5v2gTUZV143hdOXQgMH9IFf1MppMzg0m7AVq+8j7L7O5334T0tKzhb2sd9uHp74jv2jTWBK1ykkoDt4ST18ZC6zdXH0\/4rI3cJ\/r0YlganD6wfNvJTWJ3WMCrvR\/7S\/\/qBr9iNrD65BQDFln90JPEeBScjtd8wIDAQAB",
    "permissions": [
        "declarativeContent",
        "storage",
        "identity",
        "https:\/\/stadiagamedb.com\/data\/gamedb.json",
        "https:\/\/stadiaplus.dev\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' http:\/\/localhost:8098; object-src 'self'",
    "oauth2": {
        "client_id": "401608975485-29rkti0stvi4odvnn6hlomkjs0lrtqbj.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/stadiaplus.dev\/auth\/google",
            "https:\/\/stadiaplus.dev\/auth\/google\/callback"
        ]
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "dist\/popup.html",
        "default_icon": {
            "16": "images\/Stadia+16.png",
            "32": "images\/Stadia+32.png",
            "48": "images\/Stadia+48.png",
            "128": "images\/Stadia+128.png"
        }
    },
    "icons": {
        "16": "images\/Stadia+16.png",
        "32": "images\/Stadia+32.png",
        "48": "images\/Stadia+48.png",
        "128": "images\/Stadia+128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/stadia.google.com\/*"
            ],
            "js": [
                "dist\/app.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/icons\/stadiaplus.svg",
        "images\/icons\/network-monitor.svg",
        "images\/icons\/windowed.svg",
        "images\/icons\/windowed_exit.svg",
        "images\/PlayButton.png",
        "images\/PlayButtonBackground.png"
    ],
    "manifest_version": 2
}