RoVer

RoVer is a bot that enables you to quickly and easily add Roblox-Discord account verification.

RoVerとは何ですか?

RoVerはDeveloperによって開発されたChromeの拡張機能で、その主な機能は「RoVer is a bot that enables you to quickly and easily add Roblox-Discord account verification.」です。

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

screenshot

RoVer拡張機能のCRXファイルをダウンロード

RoVer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        RoVer is an open source, drop-in Discord verification bot that will allow your members to safely authenticate their Roblox account on your Discord server. This empowers your Roblox community with the following advantages:

- Speak with confidence, because everyone is who their name says they are.

- Adding an extra step between trolls & spammers and your server will drastically reduce unwanted activity.

- Integrate closely with Roblox groups, showing ranks and giving roles based on group membership.

- The verification database is already populated with millions of Discord-Roblox account links, so it's possible users will already be verified when they join your server.

- The official version of RoVer can handle bigger servers and will automatically be able to update roles the second a user verifies. (If you host RoVer yourself, the user will have to run a command in order for the verification to take place.)                    

拡張機能の基本情報

名前 RoVer RoVer
ID kieohcekonjnfighbnakghoglgclndao
公式URL https://chrome.google.com/webstore/detail/rover/kieohcekonjnfighbnakghoglgclndao
説明 RoVer is a bot that enables you to quickly and easily add Roblox-Discord account verification.
ファイルサイズ 4.49 KB
インストール数 151
現在のバージョン 1.0.0
最終更新日 2022-07-14
公開日 2022-04-01
評価 4.48/5 合計 21 レビュー
開発者 Developer
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://bloxy.info/about/privacy_policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RoVer",
    "description": "RoVer is a bot that enables you to quickly and easily add Roblox-Discord account verification.    ",
    "version": "1.0.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.roblox.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}