ScoreSaber Buttons

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

ScoreSaber Buttons là gì?

ScoreSaber Buttons là một tiện ích mở rộng Chrome được phát triển bởi MindLabor, và tính năng chính của nó là "Adds the one-click install, twitch !bsr, BeatSaver/Beatleader link, and download buttons to the ScoreSaber leaderboards.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ScoreSaber Buttons

Tải xuống các tệp mở rộng ScoreSaber Buttons dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ScoreSaber Buttons ScoreSaber Buttons
ID mjpdbfngmbgokogdekgacbonopbkaclc
URL Chính Thức https://chromewebstore.google.com/detail/scoresaber-buttons/mjpdbfngmbgokogdekgacbonopbkaclc
Mô tả Adds the one-click install, twitch !bsr, BeatSaver/Beatleader link, and download buttons to the ScoreSaber leaderboards.
Kích Thước Tệp 352 KB
Số Lần Cài Đặt 198
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2023-09-17
Ngày Phát Hành 2022-01-27
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển MindLabor
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/web-dev-sam/beatsaver-leaderboard-buttons
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}