speedrun.com for chrome

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

什麼是speedrun.com for chrome?

speedrun.com for chrome是由Matt Tomko開發的Chrome擴展程式,該擴展的主要功能是“Stay up to date on new world records and top times in your favorite categories.”。

擴展截圖

screenshot
screenshot

下載speedrun.com for chrome擴展crx文件

下載speedrun.com for chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 speedrun.com for chrome speedrun.com for chrome
ID omffjfmenhkgaongelcpainmkhmdajln
官方網址 https://chromewebstore.google.com/detail/speedruncom-for-chrome/omffjfmenhkgaongelcpainmkhmdajln
簡介 Stay up to date on new world records and top times in your favorite categories.
檔案大小 64.12 KB
安裝次數 280
目前版本 2.0.0
更新時間 2024-03-07
上架時間 2021-07-01
評分 5.00/5 共 5 次評分
開發者 Matt Tomko
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}