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.”。
擴展截圖
下載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 |
ID | khjhjphndmbplphigahokkmepmpenhdh |
官方網址 | 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" ] } ] } |