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
Eメール [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"
    }
}