RoVer
RoVer is a bot that enables you to quickly and easily add Roblox-Discord account verification.
O que é RoVer?
RoVer é uma extensão do Chrome desenvolvida por Developer, e sua principal característica é "RoVer is a bot that enables you to quickly and easily add Roblox-Discord account verification.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão RoVer
Baixe arquivos de extensão RoVer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.)
Informações Básicas da Extensão
Nome | |
ID | kieohcekonjnfighbnakghoglgclndao |
URL Oficial | https://chrome.google.com/webstore/detail/rover/kieohcekonjnfighbnakghoglgclndao |
Descrição | RoVer is a bot that enables you to quickly and easily add Roblox-Discord account verification. |
Tamanho do Arquivo | 4.49 KB |
Contagem de Instalações | 151 |
Versão Atual | 1.0.0 |
Última Atualização | 2022-07-14 |
Data de Publicação | 2022-04-01 |
Classificação | 4.48/5 Total de 21 Avaliações |
Desenvolvedor | Developer |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://bloxy.info/about/privacy_policy |
Idiomas Suportados | 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" ] } ] } |