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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}