The Stadia Plus
Enhance your The Stadia experience
Co to jest The Stadia Plus?
The Stadia Plus to rozszerzenie Chrome opracowane przez inconsiderate, a jego główną funkcją jest „Enhance your The Stadia experience”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia The Stadia Plus
Pobierz pliki rozszerzeń The Stadia Plus w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | haphkfaljpmojnahbannggdfccakijhm |
Oficjalny URL | https://chrome.google.com/webstore/detail/the-stadia-plus/haphkfaljpmojnahbannggdfccakijhm |
Opis | Enhance your The Stadia experience |
Rozmiar pliku | 121 KB |
Liczba instalacji | 2,000 |
Aktualna Wersja | 1.3.2 |
Ostatnia Aktualizacja | 2020-08-12 |
Data Publikacji | 2020-06-10 |
Ocena | 3.60/5 Łącznie 15 Oceny |
Deweloper | inconsiderate |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Pomocy | https://discord.gg/Pd3htAY |
Obsługiwane Języki | 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" } } |