ScoreSaber Easy Installer
Adds a super easy way to download songs straight from ScoreSaber.
Wat is ScoreSaber Easy Installer?
ScoreSaber Easy Installer is een Chrome-extensie ontwikkeld door https://cobular.com, en de belangrijkste functie is "Adds a super easy way to download songs straight from ScoreSaber.".
Extensie Screenshots
Download het CRX-bestand van de extensie ScoreSaber Easy Installer
Download ScoreSaber Easy Installer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | ScoreSaber Easy Installer |
ID | gpghflbiabfangjnelpihcokfmanppgi |
Officiële URL | https://chromewebstore.google.com/detail/scoresaber-easy-installer/gpghflbiabfangjnelpihcokfmanppgi |
Beschrijving | Adds a super easy way to download songs straight from ScoreSaber. |
Bestandsgrootte | 25.56 KB |
Aantal Installaties | 638 |
Huidige Versie | 2.2 |
Laatst Bijgewerkt | 2022-08-08 |
Publicatiedatum | 2020-04-11 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://cobular.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Cobular/ScoreSaverExtention |
Help Pagina-URL | https://github.com/Cobular/ScoreSaverExtention/issues |
URL van de Privacybeleid Pagina | https://cobular.notion.site/Privacy-Policy-277b8e3e484e445193f01fb142529a69 |
Ondersteunde Talen | 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" ] } |