RoVer

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

Vad är RoVer?

RoVer är en Chrome-tillägg utvecklad av Developer, och dess huvudfunktion är "RoVer is a bot that enables you to quickly and easily add Roblox-Discord account verification.".

Tilläggsskärmbilder

screenshot

Ladda ner RoVer-förlängningens CRX-fil

Ladda ner RoVer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn RoVer RoVer
ID kieohcekonjnfighbnakghoglgclndao
Officiell webbadress https://chrome.google.com/webstore/detail/rover/kieohcekonjnfighbnakghoglgclndao
Beskrivning RoVer is a bot that enables you to quickly and easily add Roblox-Discord account verification.
Filstorlek 4.49 KB
Antal Installationer 151
Aktuell Version 1.0.0
Senast Uppdaterad 2022-07-14
Publiceringsdatum 2022-04-01
Betyg 4.48/5 Totalt 21 Betyg
Utvecklare Developer
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://bloxy.info/about/privacy_policy
Stödda Språk 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"
            ]
        }
    ]
}