ScoreSaber Easy Installer

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

ScoreSaber Easy Installerคืออะไร?

ScoreSaber Easy Installer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cobular.com และคุณลักษณะหลักของมันคือ "Adds a super easy way to download songs straight from ScoreSaber."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ScoreSaber Easy Installer

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}