ScoreSaber Easy Installer

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

ScoreSaber Easy Installer क्या है?

ScoreSaber Easy Installer https://cobular.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a super easy way to download songs straight from ScoreSaber."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ScoreSaber Easy Installer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम ScoreSaber Easy Installer ScoreSaber Easy Installer
ID gpghflbiabfangjnelpihcokfmanppgi
आधिकारिक URL https://chromewebstore.google.com/detail/scoresaber-easy-installer/gpghflbiabfangjnelpihcokfmanppgi
विवरण Adds a super easy way to download songs straight from ScoreSaber.
फ़ाइल का आकार 25.56 KB
स्थापना संख्या 638
वर्तमान संस्करण 2.2
अंतिम अपडेट 2022-08-08
प्रकाशन तिथि 2020-04-11
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://cobular.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Cobular/ScoreSaverExtention
सहायता पृष्ठ URL https://github.com/Cobular/ScoreSaverExtention/issues
गोपनीयता नीति पृष्ठ URL https://cobular.notion.site/Privacy-Policy-277b8e3e484e445193f01fb142529a69
समर्थित भाषाएँ 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"
    ]
}