The Stadia Plus

Enhance your The Stadia experience

Apa itu The Stadia Plus?

The Stadia Plus adalah ekstensi Chrome yang dikembangkan oleh inconsiderate, dan fitur utamanya adalah "Enhance your The Stadia experience".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi The Stadia Plus

Unduh file ekstensi The Stadia Plus dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama The Stadia Plus The Stadia Plus
ID haphkfaljpmojnahbannggdfccakijhm
URL Resmi https://chrome.google.com/webstore/detail/the-stadia-plus/haphkfaljpmojnahbannggdfccakijhm
Deskripsi Enhance your The Stadia experience
Ukuran File 121 KB
Jumlah Instalasi 2,000
Versi Saat Ini 1.3.2
Terakhir Diperbarui 2020-08-12
Tanggal Publikasi 2020-06-10
Penilaian 3.60/5 Total 15 Penilaian
Pengembang inconsiderate
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://discord.gg/Pd3htAY
Bahasa yang Didukung 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"
    }
}