webosu!preview
Open a preview of a osu! beatmap using webosu
什么是webosu!preview?
webosu!preview是由https://webosu.online开发的Chrome扩展程序,该扩展的主要功能是“Open a preview of a osu! beatmap using webosu”。
扩展截图
下载webosu!preview扩展crx文件
下载webosu!preview扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Usage: Go find a osu! beatmap on the osu.ppy.sh website, right-click the difficulty then select webosu!preview and your done. 扩展基本信息
| 名称 | |
| ID | gljjpclbcjgfmjadblnlhdfidlchbkno |
| 官方URL | https://chromewebstore.google.com/detail/webosupreview/gljjpclbcjgfmjadblnlhdfidlchbkno |
| 简介 | Open a preview of a osu! beatmap using webosu |
| 文件大小 | 14.27 KB |
| 安装次数 | 74 |
| 当前版本 | 7.2.8 |
| 更新时间 | 2021-10-13 |
| 上架时间 | 2021-09-22 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://webosu.online |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://webosu.online |
| 帮助页面URL | https://discord.gg/vxCXTP4Pg6 |
| 支持的语言 | 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"
} | |