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
公式URL 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
Eメール [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"
    ]
}