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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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\/*"
            ]
        }
    ]
}