RoVer
RoVer is a bot that enables you to quickly and easily add Roblox-Discord account verification.
Was ist RoVer?
RoVer ist eine Chrome-Erweiterung, die von Developer entwickelt wurde, und ihr Hauptmerkmal ist "RoVer is a bot that enables you to quickly and easily add Roblox-Discord account verification.".
Erweiterungsscreenshots
RoVer-Erweiterungs-CRX-Datei herunterladen
Laden Sie RoVer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.)
Grundlegende Informationen zur Erweiterung
Name | |
ID | kieohcekonjnfighbnakghoglgclndao |
Offizielle URL | https://chrome.google.com/webstore/detail/rover/kieohcekonjnfighbnakghoglgclndao |
Beschreibung | RoVer is a bot that enables you to quickly and easily add Roblox-Discord account verification. |
Dateigröße | 4.49 KB |
Installationsanzahl | 151 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2022-07-14 |
Veröffentlichungsdatum | 2022-04-01 |
Bewertung | 4.48/5 Insgesamt 21 Bewertungen |
Entwickler | Developer |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://bloxy.info/about/privacy_policy |
Unterstützte Sprachen | 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" ] } ] } |