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 |
官方網址 | 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\/*" ] } |