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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}