webosu!preview

Open a preview of a osu! beatmap using webosu

Vad är webosu!preview?

webosu!preview är en Chrome-tillägg utvecklad av https://webosu.online, och dess huvudfunktion är "Open a preview of a osu! beatmap using webosu".

Tilläggsskärmbilder

Ladda ner webosu!preview-förlängningens CRX-fil

Ladda ner webosu!preview-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Usage: Go find a osu! beatmap on the osu.ppy.sh website, right-click the difficulty then select webosu!preview and your done.                    

Grundläggande Information om Tillägg

Namn webosu!preview webosu!preview
ID gljjpclbcjgfmjadblnlhdfidlchbkno
Officiell webbadress https://chromewebstore.google.com/detail/webosupreview/gljjpclbcjgfmjadblnlhdfidlchbkno
Beskrivning Open a preview of a osu! beatmap using webosu
Filstorlek 14.27 KB
Antal Installationer 74
Aktuell Version 7.2.8
Senast Uppdaterad 2021-10-13
Publiceringsdatum 2021-09-22
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://webosu.online
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://webosu.online
Hjälpsida URL https://discord.gg/vxCXTP4Pg6
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "BlaNK",
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "browser_action": {
        "default_title": "webosu!preview"
    },
    "description": "Open a preview of a osu! beatmap using webosu",
    "icons": {
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "webosu!preview",
    "permissions": [
        "contextMenus"
    ],
    "version": "7.2.8"
}