The Stadia Plus

Enhance your The Stadia experience

Qu'est-ce que The Stadia Plus ?

The Stadia Plus est une extension Chrome développée par inconsiderate, et sa fonction principale est "Enhance your The Stadia experience".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension The Stadia Plus

Téléchargez les fichiers d'extension The Stadia Plus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom The Stadia Plus The Stadia Plus
ID haphkfaljpmojnahbannggdfccakijhm
URL Officiel https://chrome.google.com/webstore/detail/the-stadia-plus/haphkfaljpmojnahbannggdfccakijhm
Description Enhance your The Stadia experience
Taille du Fichier 121 KB
Nombre d'Installations 2,000
Version Actuelle 1.3.2
Dernière Mise à Jour 2020-08-12
Date de Publication 2020-06-10
Évaluation 3.60/5 Total 15 Évaluations
Développeur inconsiderate
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://discord.gg/Pd3htAY
Langues Prises en Charge 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"
    }
}