The Stadia Plus
Enhance your The Stadia experience
Was ist The Stadia Plus?
The Stadia Plus ist eine Chrome-Erweiterung, die von inconsiderate entwickelt wurde, und ihr Hauptmerkmal ist "Enhance your The Stadia experience".
Erweiterungsscreenshots
The Stadia Plus-Erweiterungs-CRX-Datei herunterladen
Laden Sie The Stadia Plus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | haphkfaljpmojnahbannggdfccakijhm |
Offizielle URL | https://chrome.google.com/webstore/detail/the-stadia-plus/haphkfaljpmojnahbannggdfccakijhm |
Beschreibung | Enhance your The Stadia experience |
Dateigröße | 121 KB |
Installationsanzahl | 2,000 |
Aktuelle Version | 1.3.2 |
Letztes Update | 2020-08-12 |
Veröffentlichungsdatum | 2020-06-10 |
Bewertung | 3.60/5 Insgesamt 15 Bewertungen |
Entwickler | inconsiderate |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://discord.gg/Pd3htAY |
Unterstützte Sprachen | 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" } } |