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 |
公式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 |
Eメール | [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" ] } ] } |