ScoreSaber Buttons

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

什么是ScoreSaber Buttons?

ScoreSaber Buttons是由MindLabor开发的Chrome扩展程序,该扩展的主要功能是“Adds the one-click install, twitch !bsr, BeatSaver/Beatleader link, and download buttons to the ScoreSaber leaderboards.”。

扩展截图

screenshot

下载ScoreSaber Buttons扩展crx文件

下载ScoreSaber Buttons扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 ScoreSaber Buttons ScoreSaber Buttons
ID mjpdbfngmbgokogdekgacbonopbkaclc
官方URL https://chromewebstore.google.com/detail/scoresaber-buttons/mjpdbfngmbgokogdekgacbonopbkaclc
简介 Adds the one-click install, twitch !bsr, BeatSaver/Beatleader link, and download buttons to the ScoreSaber leaderboards.
文件大小 352 KB
安装次数 198
当前版本 0.0.3
更新时间 2023-09-17
上架时间 2022-01-27
评分 5.00/5 共2次评分
开发者 MindLabor
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/web-dev-sam/beatsaver-leaderboard-buttons
支持的语言 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"
    }
}