RoVer

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

什麼是RoVer?

RoVer是由Developer開發的Chrome擴展程式,該擴展的主要功能是“RoVer is a bot that enables you to quickly and easily add Roblox-Discord account verification.”。

擴展截圖

screenshot

下載RoVer擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}