The Stadia Plus

Enhance your The Stadia experience

Что такое The Stadia Plus?

The Stadia Plus - это расширение Chrome, разработанное inconsiderate, и его основная функция - "Enhance your The Stadia experience".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения The Stadia Plus

Скачайте файлы расширений The Stadia Plus в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название The Stadia Plus The Stadia Plus
ID haphkfaljpmojnahbannggdfccakijhm
Официальный URL https://chrome.google.com/webstore/detail/the-stadia-plus/haphkfaljpmojnahbannggdfccakijhm
Описание Enhance your The Stadia experience
Размер файла 121 KB
Количество установок 2,000
Текущая Версия 1.3.2
Последнее Обновление 2020-08-12
Дата публикации 2020-06-10
Рейтинг 3.60/5 Всего 15 оценок
Разработчик inconsiderate
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://discord.gg/Pd3htAY
Поддерживаемые языки 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"
    }
}