ScoreSaber Easy Installer

Adds a super easy way to download songs straight from ScoreSaber.

ScoreSaber Easy Installer là gì?

ScoreSaber Easy Installer là một tiện ích mở rộng Chrome được phát triển bởi https://cobular.com, và tính năng chính của nó là "Adds a super easy way to download songs straight from ScoreSaber.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng ScoreSaber Easy Installer 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

                        Gone are the days of finding a cool song on ScoreSaber, but then having to go to SaberSaver and spend a few minutes searching for the right song by the right mapper. This small extension adds a one-click download button to ScoreSaber, making it that much more convient to install your favorite BeatSaber maps!

If you find any bugs, please create a GitHub issue at https://github.com/Cobular/ScoreSaverExtention/issues and I'll do my best to fix it quickly.

(Sorry, this is the SEO bit, gotta help the Google Bot figure out what this is :P )
Beat Saber, BeatSaber, VR, ScoreSaber, SaberSaver, BeastSaver                    

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

Tên ScoreSaber Easy Installer ScoreSaber Easy Installer
ID gpghflbiabfangjnelpihcokfmanppgi
URL Chính Thức https://chromewebstore.google.com/detail/scoresaber-easy-installer/gpghflbiabfangjnelpihcokfmanppgi
Mô tả Adds a super easy way to download songs straight from ScoreSaber.
Kích Thước Tệp 25.56 KB
Số Lần Cài Đặt 638
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2022-08-08
Ngày Phát Hành 2020-04-11
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://cobular.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Cobular/ScoreSaverExtention
URL Trang Trợ Giúp https://github.com/Cobular/ScoreSaverExtention/issues
URL Trang Chính Sách Bảo Mật https://cobular.notion.site/Privacy-Policy-277b8e3e484e445193f01fb142529a69
Ngôn Ngữ Được Hỗ Trợ en,cs,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_title__",
    "version": "2.2",
    "description": "__MSG_description__",
    "manifest_version": 2,
    "permissions": [
        "*:\/\/*.scoresaber.com\/leaderboard\/*",
        "*:\/\/api.beatsaver.com\/*"
    ],
    "icons": {
        "16": ".\/icons\/icon_16.png",
        "32": ".\/icons\/icon_32.png",
        "64": ".\/icons\/icon_64.png",
        "128": ".\/icons\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.scoresaber.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "web_accessible_resources": [
        "download-icon.svg"
    ]
}