RoVer

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

Τι είναι το RoVer;

Το RoVer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Developer, και η κύρια λειτουργία του είναι "RoVer is a bot that enables you to quickly and easily add Roblox-Discord account verification.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης RoVer

Λήψη αρχείων επέκτασης RoVer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα RoVer RoVer
ID kieohcekonjnfighbnakghoglgclndao
Επίσημο URL https://chrome.google.com/webstore/detail/rover/kieohcekonjnfighbnakghoglgclndao
Περιγραφή RoVer is a bot that enables you to quickly and easily add Roblox-Discord account verification.
Μέγεθος Αρχείου 4.49 KB
Αριθμός Εγκαταστάσεων 151
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2022-07-14
Ημερομηνία Δημοσίευσης 2022-04-01
Αξιολόγηση 4.48/5 Συνολικά 21 Αξιολογήσεις
Προγραμματιστής Developer
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://bloxy.info/about/privacy_policy
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}