The Stadia Plus

Enhance your The Stadia experience

The Stadia Plusคืออะไร?

The Stadia Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย inconsiderate และคุณลักษณะหลักของมันคือ "Enhance your The Stadia experience"

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

screenshot

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

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

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

                        For some reason Google has misspelled The Stadia everywhere. This extension corrects this egregious error.
It also lets you force VP9 and 4K, but that's less important, right?

Want to play some games together? Add me @inconsiderate :)

Community Discord: https://discord.gg/JuSfacW                    

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

ชื่อ The Stadia Plus The Stadia Plus
ID haphkfaljpmojnahbannggdfccakijhm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/the-stadia-plus/haphkfaljpmojnahbannggdfccakijhm
คำอธิบาย Enhance your The Stadia experience
ขนาดไฟล์ 121 KB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 1.3.2
อัปเดตครั้งล่าสุด 2020-08-12
วันที่เผยแพร่ 2020-06-10
คะแนน 3.60/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา inconsiderate
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://discord.gg/Pd3htAY
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Stadia Plus",
    "version": "1.3.2",
    "author": "inconsiderate",
    "description": "Enhance your The Stadia experience",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "declarativeContent",
        "https:\/\/stadia.google.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/stadia.google.com\/*"
            ],
            "js": [
                "content\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "icon.png"
        },
        "default_popup": "popup\/popup.html",
        "default_title": "The Stadia Plus"
    }
}