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" } } |