RoJoin

Finds a server with a certain amount of players.

RoJoinとは何ですか?

RoJoinはWinzloによって開発されたChromeの拡張機能で、その主な機能は「Finds a server with a certain amount of players.」です。

拡張機能のスクリーンショット

screenshot

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"                    

拡張機能の基本情報

名前 RoJoin RoJoin
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
Eメール [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\/*"
    ]
}