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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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.)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" ] } ] } |