The Stadia Plus

Enhance your The Stadia experience

Co je The Stadia Plus?

The Stadia Plus je rozšíření Chrome vyvinuté inconsiderate, a jeho hlavní funkcí je „Enhance your The Stadia experience“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření The Stadia Plus

Stáhněte si soubory rozšíření The Stadia Plus ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název The Stadia Plus The Stadia Plus
ID haphkfaljpmojnahbannggdfccakijhm
Oficiální URL https://chrome.google.com/webstore/detail/the-stadia-plus/haphkfaljpmojnahbannggdfccakijhm
Popis Enhance your The Stadia experience
Velikost souboru 121 KB
Počet instalací 2,000
Aktuální Verze 1.3.2
Poslední Aktualizace 2020-08-12
Datum Vydání 2020-06-10
Hodnocení 3.60/5 Celkem 15 Hodnocení
Vývojář inconsiderate
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://discord.gg/Pd3htAY
Podporované Jazyky 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"
    }
}