webosu!preview
Open a preview of a osu! beatmap using webosu
What is webosu!preview?
webosu!preview is a Chrome extension developed by https://webosu.online, and its main feature is "Open a preview of a osu! beatmap using webosu".
Extension Screenshots
Download webosu!preview Extension CRX File
Download webosu!preview extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Usage: Go find a osu! beatmap on the osu.ppy.sh website, right-click the difficulty then select webosu!preview and your done.
Extension Basic Information
Name | webosu!preview |
ID | gljjpclbcjgfmjadblnlhdfidlchbkno |
Official URL | https://chromewebstore.google.com/detail/webosupreview/gljjpclbcjgfmjadblnlhdfidlchbkno |
Description | Open a preview of a osu! beatmap using webosu |
File Size | 14.27 KB |
Installation Count | 74 |
Current Version | 7.2.8 |
Last Updated | 2021-10-13 |
Publish Date | 2021-09-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://webosu.online |
[email protected] | |
Payment Type | free |
Extension Website | https://webosu.online |
Help Page URL | https://discord.gg/vxCXTP4Pg6 |
Supported Languages | 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" } |