ScoreSaber Easy Installer

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

Qu'est-ce que ScoreSaber Easy Installer ?

ScoreSaber Easy Installer est une extension Chrome développée par https://cobular.com, et sa fonction principale est "Adds a super easy way to download songs straight from ScoreSaber.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension ScoreSaber Easy Installer

Téléchargez les fichiers d'extension ScoreSaber Easy Installer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom ScoreSaber Easy Installer ScoreSaber Easy Installer
ID gpghflbiabfangjnelpihcokfmanppgi
URL Officiel https://chromewebstore.google.com/detail/scoresaber-easy-installer/gpghflbiabfangjnelpihcokfmanppgi
Description Adds a super easy way to download songs straight from ScoreSaber.
Taille du Fichier 25.56 KB
Nombre d'Installations 638
Version Actuelle 2.2
Dernière Mise à Jour 2022-08-08
Date de Publication 2020-04-11
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://cobular.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Cobular/ScoreSaverExtention
URL de la Page d'Aide https://github.com/Cobular/ScoreSaverExtention/issues
URL de la Page de Politique de Confidentialité https://cobular.notion.site/Privacy-Policy-277b8e3e484e445193f01fb142529a69
Langues Prises en Charge 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"
    ]
}