ScoreSaber Easy Installer

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

什麼是ScoreSaber Easy Installer?

ScoreSaber Easy Installer是由https://cobular.com開發的Chrome擴展程式,該擴展的主要功能是“Adds a super easy way to download songs straight from ScoreSaber.”。

擴展截圖

screenshot
screenshot

下載ScoreSaber Easy Installer擴展crx文件

下載ScoreSaber Easy Installer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 ScoreSaber Easy Installer ScoreSaber Easy Installer
ID gpghflbiabfangjnelpihcokfmanppgi
官方網址 https://chromewebstore.google.com/detail/scoresaber-easy-installer/gpghflbiabfangjnelpihcokfmanppgi
簡介 Adds a super easy way to download songs straight from ScoreSaber.
檔案大小 25.56 KB
安裝次數 638
目前版本 2.2
更新時間 2022-08-08
上架時間 2020-04-11
評分 5.00/5 共 5 次評分
開發者 https://cobular.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/Cobular/ScoreSaverExtention
說明頁面URL https://github.com/Cobular/ScoreSaverExtention/issues
隱私政策頁面URL https://cobular.notion.site/Privacy-Policy-277b8e3e484e445193f01fb142529a69
支援的語言 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"
    ]
}