The Stadia Plus

Enhance your The Stadia experience

Vad är The Stadia Plus?

The Stadia Plus är en Chrome-tillägg utvecklad av inconsiderate, och dess huvudfunktion är "Enhance your The Stadia experience".

Tilläggsskärmbilder

screenshot

Ladda ner The Stadia Plus-förlängningens CRX-fil

Ladda ner The Stadia Plus-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn The Stadia Plus The Stadia Plus
ID haphkfaljpmojnahbannggdfccakijhm
Officiell webbadress https://chrome.google.com/webstore/detail/the-stadia-plus/haphkfaljpmojnahbannggdfccakijhm
Beskrivning Enhance your The Stadia experience
Filstorlek 121 KB
Antal Installationer 2,000
Aktuell Version 1.3.2
Senast Uppdaterad 2020-08-12
Publiceringsdatum 2020-06-10
Betyg 3.60/5 Totalt 15 Betyg
Utvecklare inconsiderate
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://discord.gg/Pd3htAY
Stödda Språk 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"
    }
}