RoVer

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

¿Qué es RoVer?

RoVer es una extensión de Chrome desarrollada por Developer, y su función principal es "RoVer is a bot that enables you to quickly and easily add Roblox-Discord account verification.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión RoVer

Descarga archivos de extensión RoVer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.)                    

Información Básica de la Extensión

Nombre RoVer RoVer
ID kieohcekonjnfighbnakghoglgclndao
URL Oficial https://chrome.google.com/webstore/detail/rover/kieohcekonjnfighbnakghoglgclndao
Descripción RoVer is a bot that enables you to quickly and easily add Roblox-Discord account verification.
Tamaño del Archivo 4.49 KB
Cantidad de Instalaciones 151
Versión Actual 1.0.0
Última Actualización 2022-07-14
Fecha de Publicación 2022-04-01
Calificación 4.48/5 Total de 21 Calificaciones
Desarrollador Developer
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://bloxy.info/about/privacy_policy
Idiomas Soportados 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"
            ]
        }
    ]
}