ScoreSaber Buttons
Adds the one-click install, twitch !bsr, BeatSaver/Beatleader link, and download buttons to the ScoreSaber leaderboards.
Qu'est-ce que ScoreSaber Buttons ?
ScoreSaber Buttons est une extension Chrome développée par MindLabor, et sa fonction principale est "Adds the one-click install, twitch !bsr, BeatSaver/Beatleader link, and download buttons to the ScoreSaber leaderboards.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ScoreSaber Buttons
Téléchargez les fichiers d'extension ScoreSaber Buttons au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | ScoreSaber Buttons |
ID | mjpdbfngmbgokogdekgacbonopbkaclc |
URL Officiel | https://chromewebstore.google.com/detail/scoresaber-buttons/mjpdbfngmbgokogdekgacbonopbkaclc |
Description | Adds the one-click install, twitch !bsr, BeatSaver/Beatleader link, and download buttons to the ScoreSaber leaderboards. |
Taille du Fichier | 352 KB |
Nombre d'Installations | 198 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2023-09-17 |
Date de Publication | 2022-01-27 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | MindLabor |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/web-dev-sam/beatsaver-leaderboard-buttons |
Langues Prises en Charge | 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" } } |