Corvimae's Better SRC

Some UX improvements to the usability of speedrun.com.

什么是Corvimae's Better SRC?

Corvimae's Better SRC是由corvimae开发的Chrome扩展程序,该扩展的主要功能是“Some UX improvements to the usability of speedrun.com.”。

扩展截图

screenshot

下载Corvimae's Better SRC扩展crx文件

下载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"
            ]
        }
    ]
}