ScoreSaber Buttons
Adds the one-click install, twitch !bsr, BeatSaver/Beatleader link, and download buttons to the ScoreSaber leaderboards.
Cos'è ScoreSaber Buttons?
ScoreSaber Buttons è un'estensione di Chrome sviluppata da MindLabor, e la sua funzione principale è "Adds the one-click install, twitch !bsr, BeatSaver/Beatleader link, and download buttons to the ScoreSaber leaderboards.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ScoreSaber Buttons
Scarica i file di estensione ScoreSaber Buttons in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | ScoreSaber Buttons |
ID | mjpdbfngmbgokogdekgacbonopbkaclc |
URL Ufficiale | https://chromewebstore.google.com/detail/scoresaber-buttons/mjpdbfngmbgokogdekgacbonopbkaclc |
Descrizione | Adds the one-click install, twitch !bsr, BeatSaver/Beatleader link, and download buttons to the ScoreSaber leaderboards. |
Dimensione del File | 352 KB |
Conteggio Installazioni | 198 |
Versione Corrente | 0.0.3 |
Ultimo Aggiornamento | 2023-09-17 |
Data di Pubblicazione | 2022-01-27 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | MindLabor |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/web-dev-sam/beatsaver-leaderboard-buttons |
Lingue Supportate | 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" } } |