RoSniper

Snipe any roblox player with only their username.

¿Qué es RoSniper?

RoSniper es una extensión de Chrome desarrollada por SJNI, y su función principal es "Snipe any roblox player with only their username.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión RoSniper

Descarga archivos de extensión RoSniper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Join anyone's server without being their friend.(MUST USE CORRECT CAPITILIZATION)

Tutorial: Go to the game where the person you want to find is in, go to the server's option in Roblox and there will be a box for you to type the name of whoever you need to find then it will automatically show you the server highlighted by a green box for you to easily join your friend.

Support Server: https://discord.gg/P2XKsFnBCH
Source Code: https://github.com/RobloxTestr/RoSniper
Showcase: https://www.youtube.com/watch?v=pgy8B3DhMRI

-- FASTEST ON THE MARKET. --

Update 1.2: UI Revamp, UI bug fixes., UI transition, New showcase, Source Code Release.                    

Información Básica de la Extensión

Nombre RoSniper RoSniper
ID nddpoaebnalejnlidgcedobiggfcfhop
URL Oficial https://chromewebstore.google.com/detail/rosniper/nddpoaebnalejnlidgcedobiggfcfhop
Descripción Snipe any roblox player with only their username.
Tamaño del Archivo 68.86 KB
Cantidad de Instalaciones 11,756
Versión Actual 1.2
Última Actualización 2023-06-06
Fecha de Publicación 2023-05-11
Calificación 4.07/5 Total de 46 Calificaciones
Desarrollador SJNI
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://discord.gg/P2XKsFnBCH
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RoSniper",
    "manifest_version": 3,
    "version": "1.2",
    "description": "Snipe any roblox player with only their username.",
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "permissions": [
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/*.roblox.com\/games\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "styles.css",
                "content.js",
                "load.js",
                "panel.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}