RoJoin
Finds a server with a certain amount of players.
什么是RoJoin?
RoJoin是由Winzlo开发的Chrome扩展程序,该扩展的主要功能是“Finds a server with a certain amount of players.”。
扩展截图
下载RoJoin扩展crx文件
下载RoJoin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Finds a server with a certain amount of players. Simply type the number of players you wish a server to have and press join, if it does not find a server with the specified amount of players it will display "None Found" 扩展基本信息
| 名称 | |
| ID | ahmalngbpblpndgdofdkjinnkcklbebh |
| 官方URL | https://chromewebstore.google.com/detail/rojoin/ahmalngbpblpndgdofdkjinnkcklbebh |
| 简介 | Finds a server with a certain amount of players. |
| 文件大小 | 272 KB |
| 安装次数 | 354 |
| 当前版本 | 1.0.2 |
| 更新时间 | 2021-01-18 |
| 上架时间 | 2021-01-06 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Winzlo |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "RoJoin",
"version": "1.0.2",
"description": "Finds a server with a certain amount of players.",
"icons": {
"48": "icon48.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.roblox.com\/games\/*"
],
"js": [
"rojoin.js"
]
}
],
"permissions": [
"*:\/\/*.roblox.com\/games\/*"
]
} | |