SideQuest BSaber Extension

An extension that allows you to download beatsaber maps to SideQuest

Qu'est-ce que SideQuest BSaber Extension ?

SideQuest BSaber Extension est une extension Chrome développée par ATechAdventurer, et sa fonction principale est "An extension that allows you to download beatsaber maps to SideQuest".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SideQuest BSaber Extension

Téléchargez les fichiers d'extension SideQuest BSaber Extension 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

                        The Official SideQuest Chrome extension allows you to download beatsaber maps from bsaber.com and automatically install them into SideQuest                    

Informations de Base sur l'Extension

Nom SideQuest BSaber Extension SideQuest BSaber Extension
ID fmifajifkgfamekjpeanjmjjiimfhbjl
URL Officiel https://chromewebstore.google.com/detail/sidequest-bsaber-extensio/fmifajifkgfamekjpeanjmjjiimfhbjl
Description An extension that allows you to download beatsaber maps to SideQuest
Taille du Fichier 26.41 KB
Nombre d'Installations 398
Version Actuelle 0.1.1
Dernière Mise à Jour 2019-06-11
Date de Publication 2019-06-11
Évaluation 1.50/5 Total 2 Évaluations
Développeur ATechAdventurer
Type de Paiement free
Site Web de l'Extension https://github.com/ATechAdventurer/SideQuest-Chrome-Extension
URL de la Page d'Aide https://github.com/ATechAdventurer/SideQuest-Chrome-Extension/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SideQuest BSaber Extension",
    "description": "An extension that allows you to download beatsaber maps to SideQuest",
    "version": "0.1.1",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "38": "images\/icon-38.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/bsaber.com\/*",
                "https:\/\/bsaber.com\/*",
                "https:\/\/beatsaver.com\/*",
                "http:\/\/beatsaver.com\/*"
            ],
            "css": [
                "styles\/contentscript.css"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "https:\/\/bsaber.com\/*",
        "http:\/\/bsaber.com\/*",
        "https:\/\/beatsaver.com\/*",
        "http:\/\/beatsaver.com\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "SideQuest BSaber Extension",
        "default_popup": "popup.html"
    }
}