The Stadia Plus

Enhance your The Stadia experience

Cos'è The Stadia Plus?

The Stadia Plus è un'estensione di Chrome sviluppata da inconsiderate, e la sua funzione principale è "Enhance your The Stadia experience".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione The Stadia Plus

Scarica i file di estensione The Stadia Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome The Stadia Plus The Stadia Plus
ID haphkfaljpmojnahbannggdfccakijhm
URL Ufficiale https://chrome.google.com/webstore/detail/the-stadia-plus/haphkfaljpmojnahbannggdfccakijhm
Descrizione Enhance your The Stadia experience
Dimensione del File 121 KB
Conteggio Installazioni 2,000
Versione Corrente 1.3.2
Ultimo Aggiornamento 2020-08-12
Data di Pubblicazione 2020-06-10
Valutazione 3.60/5 Totale 15 Valutazioni
Sviluppatore inconsiderate
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://discord.gg/Pd3htAY
Lingue Supportate 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"
    }
}