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 |
官方網址 | 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" } } |