ScoreSaber Buttons
Adds the one-click install, twitch !bsr, BeatSaver/Beatleader link, and download buttons to the ScoreSaber leaderboards.
Was ist ScoreSaber Buttons?
ScoreSaber Buttons ist eine Chrome-Erweiterung, die von MindLabor entwickelt wurde, und ihr Hauptmerkmal ist "Adds the one-click install, twitch !bsr, BeatSaver/Beatleader link, and download buttons to the ScoreSaber leaderboards.".
Erweiterungsscreenshots
ScoreSaber Buttons-Erweiterungs-CRX-Datei herunterladen
Laden Sie ScoreSaber Buttons-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
You are on ScoreSaber and want to install a map that someone you know has played, or you just want to request a map that you've played at a twitch stream? This extension allows you to do all that directly on ScoreSaber. If you like this extension feel free to give me a star on my GitHub: https://github.com/web-dev-sam/beatsaver-leaderboard-buttons If you have any issues you can also open an issue there.
Grundlegende Informationen zur Erweiterung
Name | ScoreSaber Buttons |
ID | mjpdbfngmbgokogdekgacbonopbkaclc |
Offizielle URL | https://chromewebstore.google.com/detail/scoresaber-buttons/mjpdbfngmbgokogdekgacbonopbkaclc |
Beschreibung | Adds the one-click install, twitch !bsr, BeatSaver/Beatleader link, and download buttons to the ScoreSaber leaderboards. |
Dateigröße | 352 KB |
Installationsanzahl | 198 |
Aktuelle Version | 0.0.3 |
Letztes Update | 2023-09-17 |
Veröffentlichungsdatum | 2022-01-27 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | MindLabor |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/web-dev-sam/beatsaver-leaderboard-buttons |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ScoreSaber Buttons", "description": "Adds the one-click install, twitch !bsr, BeatSaver\/Beatleader link, and download buttons to the ScoreSaber leaderboards.", "version": "0.0.3", "permissions": [], "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.scoresaber.com\/*" ], "js": [ "js\/util.js", "index.js" ] } ], "background": { "service_worker": "background.js" } } |