ScoreSaber Buttons
Adds the one-click install, twitch !bsr, BeatSaver/Beatleader link, and download buttons to the ScoreSaber leaderboards.
ScoreSaber Buttonsคืออะไร?
ScoreSaber Buttons เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MindLabor และคุณลักษณะหลักของมันคือ "Adds the one-click install, twitch !bsr, BeatSaver/Beatleader link, and download buttons to the ScoreSaber leaderboards."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ScoreSaber Buttons
ดาวน์โหลดไฟล์ส่วนขยาย ScoreSaber Buttons ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
You are on ScoreSaber and want to install a map that someone you know has played, or you just want to request a map that you've played at a twitch stream? This extension allows you to do all that directly on ScoreSaber. If you like this extension feel free to give me a star on my GitHub: https://github.com/web-dev-sam/beatsaver-leaderboard-buttons If you have any issues you can also open an issue there.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ScoreSaber Buttons |
ID | mjpdbfngmbgokogdekgacbonopbkaclc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/scoresaber-buttons/mjpdbfngmbgokogdekgacbonopbkaclc |
คำอธิบาย | Adds the one-click install, twitch !bsr, BeatSaver/Beatleader link, and download buttons to the ScoreSaber leaderboards. |
ขนาดไฟล์ | 352 KB |
จำนวนการติดตั้ง | 198 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2023-09-17 |
วันที่เผยแพร่ | 2022-01-27 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | MindLabor |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/web-dev-sam/beatsaver-leaderboard-buttons |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ScoreSaber Buttons", "description": "Adds the one-click install, twitch !bsr, BeatSaver\/Beatleader link, and download buttons to the ScoreSaber leaderboards.", "version": "0.0.3", "permissions": [], "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.scoresaber.com\/*" ], "js": [ "js\/util.js", "index.js" ] } ], "background": { "service_worker": "background.js" } } |