ScoreSaber Buttons

Adds the one-click install, twitch !bsr, BeatSaver/Beatleader link, and download buttons to the ScoreSaber leaderboards.

Wat is ScoreSaber Buttons?

ScoreSaber Buttons is een Chrome-extensie ontwikkeld door MindLabor, en de belangrijkste functie is "Adds the one-click install, twitch !bsr, BeatSaver/Beatleader link, and download buttons to the ScoreSaber leaderboards.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ScoreSaber Buttons

Download ScoreSaber Buttons-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ScoreSaber Buttons ScoreSaber Buttons
ID mjpdbfngmbgokogdekgacbonopbkaclc
Officiële URL https://chromewebstore.google.com/detail/scoresaber-buttons/mjpdbfngmbgokogdekgacbonopbkaclc
Beschrijving Adds the one-click install, twitch !bsr, BeatSaver/Beatleader link, and download buttons to the ScoreSaber leaderboards.
Bestandsgrootte 352 KB
Aantal Installaties 198
Huidige Versie 0.0.3
Laatst Bijgewerkt 2023-09-17
Publicatiedatum 2022-01-27
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar MindLabor
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/web-dev-sam/beatsaver-leaderboard-buttons
Ondersteunde Talen 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"
    }
}