speedrun.com for chrome

Stay up to date on new world records and top times in your favorite categories.

speedrun.com for chrome là gì?

speedrun.com for chrome là một tiện ích mở rộng Chrome được phát triển bởi Matt Tomko, và tính năng chính của nó là "Stay up to date on new world records and top times in your favorite categories.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng speedrun.com for chrome

Tải xuống các tệp mở rộng speedrun.com for chrome 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

                        The speedrun.com chrome extension lets you keep track of all of your favorite categories in one place.

Features:
- Add any speedrun.com category to your home page, including sub-categories and individual level categories.
- See the world record time and user for all your followed categories at a glance.
- See notifications on your home page when a category has a new world record.
- Easily open a run on speedrun.com with one click.

That's about it, enjoy.

Version 2.0.0 is here! Here are the main improvements:
- Complete redesign of the UI.
- Added proper loading and error states to every page.
- The "New WR" indicator will now persist when the popup is closed, and will remain until the category is clicked.
- Added a button to clear all "New WR" indicators at once.
- Entire games can now be dragged to reorder.
- Entire games can now be removed at once.
- Clicking a category on the home page will now redirect to the run, instead of the leaderboard. This is due to an issue with speedrun.com's API where the leaderboard url it returns is not correct.

Kofi: https://ko-fi.com/matttomko                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên speedrun.com for chrome speedrun.com for chrome
ID omffjfmenhkgaongelcpainmkhmdajln
URL Chính Thức https://chromewebstore.google.com/detail/speedruncom-for-chrome/omffjfmenhkgaongelcpainmkhmdajln
Mô tả Stay up to date on new world records and top times in your favorite categories.
Kích Thước Tệp 64.12 KB
Số Lần Cài Đặt 280
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2024-03-07
Ngày Phát Hành 2021-07-01
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Matt Tomko
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "speedrun.com for chrome",
    "description": "Stay up to date on new world records and top times in your favorite categories.",
    "version": "2.0.0",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "index.html"
    }
}