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
电子邮箱 [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"
            ]
        }
    ]
}