RoVer

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

RoVer là gì?

RoVer là một tiện ích mở rộng Chrome được phát triển bởi Developer, và tính năng chính của nó là "RoVer is a bot that enables you to quickly and easily add Roblox-Discord account verification.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng RoVer

Tải xuống các tệp mở rộng RoVer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RoVer RoVer
ID kieohcekonjnfighbnakghoglgclndao
URL Chính Thức https://chrome.google.com/webstore/detail/rover/kieohcekonjnfighbnakghoglgclndao
Mô tả RoVer is a bot that enables you to quickly and easily add Roblox-Discord account verification.
Kích Thước Tệp 4.49 KB
Số Lần Cài Đặt 151
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-07-14
Ngày Phát Hành 2022-04-01
Đánh Giá 4.48/5 Tổng số 21 Đánh Giá
Nhà Phát Triển Developer
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://bloxy.info/about/privacy_policy
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}