Corvimae's Better SRC
Some UX improvements to the usability of speedrun.com.
Corvimae's Better SRC là gì?
Corvimae's Better SRC là một tiện ích mở rộng Chrome được phát triển bởi corvimae, và tính năng chính của nó là "Some UX improvements to the usability of speedrun.com.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Corvimae's Better SRC
Tải xuống các tệp mở rộng Corvimae's Better SRC dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Corvimae's Better SRC |
ID | khjhjphndmbplphigahokkmepmpenhdh |
URL Chính Thức | https://chromewebstore.google.com/detail/corvimaes-better-src/khjhjphndmbplphigahokkmepmpenhdh |
Mô tả | Some UX improvements to the usability of speedrun.com. |
Kích Thước Tệp | 28.45 KB |
Số Lần Cài Đặt | 42 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2021-10-26 |
Ngày Phát Hành | 2021-10-21 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | corvimae |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://maybreak.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |