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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
개인정보 보호 정책 페이지 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"
            ]
        }
    ]
}