RoNew
In a single click, join the newest server of any Roblox experience!
RoNew क्या है?
RoNew ThatTimothy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "In a single click, join the newest server of any Roblox experience!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RoNew एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows you to automatically join the newest server of a Roblox experience, by waiting for the new server to show up. Features - Get newest Roblox servers for any game - Seamless integration - Auto Join - Refresh Usage 1. Navigate to a roblox game page 2. Go to the Servers tab 3. You should see a RoNew section 4. Click Load New Servers 5. Enjoy! Note that it may take a while on certain experiences, as Roblox can stop creating new servers periodically. This extension is open source! The link to the GitHub repo can be accessed using the "Website" button with a home icon on the right side of the screen.
एक्सटेंशन की मूल जानकारी
नाम | RoNew |
ID | kocjbdahjmgeecieicmoffnjgboechih |
आधिकारिक URL | https://chromewebstore.google.com/detail/ronew/kocjbdahjmgeecieicmoffnjgboechih |
विवरण | In a single click, join the newest server of any Roblox experience! |
फ़ाइल का आकार | 23.51 KB |
स्थापना संख्या | 1,266 |
वर्तमान संस्करण | 2.1.3 |
अंतिम अपडेट | 2023-01-21 |
प्रकाशन तिथि | 2023-01-21 |
रेटिंग | 4.00/5 कुल 12 रेटिंग्स |
डेवलपर | ThatTimothy |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/ThatTimothy/RoNew |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "RoNew", "version": "2.1.3", "description": "In a single click, join the newest server of any Roblox experience!", "author": "ThatTimothy", "icons": { "16": "res\/icon_16.png", "32": "res\/icon_32.png", "64": "res\/icon_64.png", "128": "res\/icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.roblox.com\/games\/*", "https:\/\/web.roblox.com\/games\/*" ], "js": [ "js\/contentScript.js" ], "css": [ "css\/container.css" ] } ], "web_accessible_resources": [ { "resources": [ "\/html\/containerTemplate.html", "\/html\/serverTemplate.html", "\/js\/injectedJoinScript.js", "res\/notification.mp3" ], "matches": [ "https:\/\/www.roblox.com\/*", "https:\/\/web.roblox.com\/*" ] } ] } |