The Stadia Plus
Enhance your The Stadia experience
什么是The Stadia Plus?
The Stadia Plus是由inconsiderate开发的Chrome扩展程序,该扩展的主要功能是“Enhance your The Stadia experience”。
扩展截图
下载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
扩展基本信息
名称 | |
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" } } |