speedrun.com for chrome

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

Was ist speedrun.com for chrome?

speedrun.com for chrome ist eine Chrome-Erweiterung, die von Matt Tomko entwickelt wurde, und ihr Hauptmerkmal ist "Stay up to date on new world records and top times in your favorite categories.".

Erweiterungsscreenshots

screenshot
screenshot

speedrun.com for chrome-Erweiterungs-CRX-Datei herunterladen

Laden Sie speedrun.com for chrome-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name speedrun.com for chrome speedrun.com for chrome
ID omffjfmenhkgaongelcpainmkhmdajln
Offizielle URL https://chromewebstore.google.com/detail/speedruncom-for-chrome/omffjfmenhkgaongelcpainmkhmdajln
Beschreibung Stay up to date on new world records and top times in your favorite categories.
Dateigröße 64.12 KB
Installationsanzahl 280
Aktuelle Version 2.0.0
Letztes Update 2024-03-07
Veröffentlichungsdatum 2021-07-01
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler Matt Tomko
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}