Corvimae's Better SRC

Some UX improvements to the usability of speedrun.com.

Что такое Corvimae's Better SRC?

Corvimae's Better SRC - это расширение Chrome, разработанное corvimae, и его основная функция - "Some UX improvements to the usability of speedrun.com.".

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

screenshot

Скачать файл CRX расширения Corvimae's Better SRC

Скачайте файлы расширений Corvimae's Better SRC в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Applies the following changes to the speedrun.com user interface:
- Changes the leaderboard page to a vertical tab layout (see https://twitter.com/Corvimae/status/1448696820574691336/photo/1)
- Makes important information on the moderator hub larger and more prominent.
- Hides comments.
- Replaces the icons in the Recent Runs widget to show text instead.

Source: https://github.com/Corvimae/better-src-extension                    

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

Название Corvimae's Better SRC Corvimae's Better SRC
ID khjhjphndmbplphigahokkmepmpenhdh
Официальный URL https://chromewebstore.google.com/detail/corvimaes-better-src/khjhjphndmbplphigahokkmepmpenhdh
Описание Some UX improvements to the usability of speedrun.com.
Размер файла 28.45 KB
Количество установок 42
Текущая Версия 1.4
Последнее Обновление 2021-10-26
Дата публикации 2021-10-21
Рейтинг 5.00/5 Всего 1 оценок
Разработчик corvimae
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://maybreak.com/
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Corvimae's Better SRC",
    "version": "1.4",
    "description": "Some UX improvements to the usability of speedrun.com.",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.speedrun.com\/*"
            ],
            "js": [
                "scripts\/inject.js"
            ],
            "css": [
                "styles\/leaderboard-page.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.speedrun.com\/modhub*"
            ],
            "css": [
                "styles\/modhub.css"
            ]
        }
    ]
}