The Stadia Plus

Enhance your The Stadia experience

The Stadia Plusとは何ですか?

The Stadia Plusはinconsiderateによって開発されたChromeの拡張機能で、その主な機能は「Enhance your The Stadia experience」です。

拡張機能のスクリーンショット

screenshot

The Stadia Plus拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}