RoVer
RoVer is a bot that enables you to quickly and easily add Roblox-Discord account verification.
Cos'è RoVer?
RoVer è un'estensione di Chrome sviluppata da Developer, e la sua funzione principale è "RoVer is a bot that enables you to quickly and easily add Roblox-Discord account verification.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione RoVer
Scarica i file di estensione RoVer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.)
Informazioni di Base sull'Estensione
Nome | |
ID | kieohcekonjnfighbnakghoglgclndao |
URL Ufficiale | https://chrome.google.com/webstore/detail/rover/kieohcekonjnfighbnakghoglgclndao |
Descrizione | RoVer is a bot that enables you to quickly and easily add Roblox-Discord account verification. |
Dimensione del File | 4.49 KB |
Conteggio Installazioni | 151 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2022-07-14 |
Data di Pubblicazione | 2022-04-01 |
Valutazione | 4.48/5 Totale 21 Valutazioni |
Sviluppatore | Developer |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://bloxy.info/about/privacy_policy |
Lingue Supportate | 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" ] } ] } |