RoNew

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

O que é RoNew?

RoNew é uma extensão do Chrome desenvolvida por ThatTimothy, e sua principal característica é "In a single click, join the newest server of any Roblox experience!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão RoNew

Baixe arquivos de extensão RoNew no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome RoNew RoNew
ID kocjbdahjmgeecieicmoffnjgboechih
URL Oficial https://chromewebstore.google.com/detail/ronew/kocjbdahjmgeecieicmoffnjgboechih
Descrição In a single click, join the newest server of any Roblox experience!
Tamanho do Arquivo 23.51 KB
Contagem de Instalações 1,266
Versão Atual 2.1.3
Última Atualização 2023-01-21
Data de Publicação 2023-01-21
Classificação 4.00/5 Total de 12 Avaliações
Desenvolvedor ThatTimothy
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/ThatTimothy/RoNew
Idiomas Suportados 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\/*"
            ]
        }
    ]
}