The Stadia Plus
Enhance your The Stadia experience
What is The Stadia Plus?
The Stadia Plus is a Chrome extension developed by inconsiderate, and its main feature is "Enhance your The Stadia experience".
Extension Screenshots
Download The Stadia Plus Extension CRX File
Download The Stadia Plus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | haphkfaljpmojnahbannggdfccakijhm |
Official URL | https://chrome.google.com/webstore/detail/the-stadia-plus/haphkfaljpmojnahbannggdfccakijhm |
Description | Enhance your The Stadia experience |
File Size | 121 KB |
Installation Count | 2,000 |
Current Version | 1.3.2 |
Last Updated | 2020-08-12 |
Publish Date | 2020-06-10 |
Rating | 3.60/5 Total 15 Ratings |
Developer | inconsiderate |
[email protected] | |
Payment Type | free |
Help Page URL | https://discord.gg/Pd3htAY |
Supported Languages | 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" } } |