RoNew

In a single click, join the newest server of any Roblox experience!

什么是RoNew?

RoNew是由ThatTimothy开发的Chrome扩展程序,该扩展的主要功能是“In a single click, join the newest server of any Roblox experience!”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载RoNew扩展crx文件

下载RoNew扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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\/*"
            ]
        }
    ]
}