The Stadia Plus
Enhance your The Stadia experience
Wat is The Stadia Plus?
The Stadia Plus is een Chrome-extensie ontwikkeld door inconsiderate, en de belangrijkste functie is "Enhance your The Stadia experience".
Extensie Screenshots
Download het CRX-bestand van de extensie The Stadia Plus
Download The Stadia Plus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | haphkfaljpmojnahbannggdfccakijhm |
Officiële URL | https://chrome.google.com/webstore/detail/the-stadia-plus/haphkfaljpmojnahbannggdfccakijhm |
Beschrijving | Enhance your The Stadia experience |
Bestandsgrootte | 121 KB |
Aantal Installaties | 2,000 |
Huidige Versie | 1.3.2 |
Laatst Bijgewerkt | 2020-08-12 |
Publicatiedatum | 2020-06-10 |
Beoordeling | 3.60/5 Totaal 15 Beoordelingen |
Ontwikkelaar | inconsiderate |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://discord.gg/Pd3htAY |
Ondersteunde Talen | 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" } } |