The Stadia Plus
Enhance your The Stadia experience
Hvad er The Stadia Plus?
The Stadia Plus er en Chrome-udvidelse udviklet af inconsiderate, og dens hovedfunktion er "Enhance your The Stadia experience".
Udvidelsesskærmbilleder
Download The Stadia Plus-udvidelses-CRX-fil
Download The Stadia Plus-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | haphkfaljpmojnahbannggdfccakijhm |
Officiel URL | https://chrome.google.com/webstore/detail/the-stadia-plus/haphkfaljpmojnahbannggdfccakijhm |
Beskrivelse | Enhance your The Stadia experience |
Filstørrelse | 121 KB |
Antal Installationer | 2,000 |
Nuværende Version | 1.3.2 |
Senest Opdateret | 2020-08-12 |
Udgivelsesdato | 2020-06-10 |
Bedømmelse | 3.60/5 Samlet 15 Bedømmelser |
Udvikler | inconsiderate |
[email protected] | |
Betalingsmetode | free |
Hjælpeside-URL | https://discord.gg/Pd3htAY |
Understøttede Sprog | 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" } } |