RoVer
RoVer is a bot that enables you to quickly and easily add Roblox-Discord account verification.
RoVer क्या है?
RoVer Developer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "RoVer is a bot that enables you to quickly and easily add Roblox-Discord account verification."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RoVer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.)
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } ] } |