RoSniper

Snipe any roblox player with only their username.

O que é RoSniper?

RoSniper é uma extensão do Chrome desenvolvida por SJNI, e sua principal característica é "Snipe any roblox player with only their username.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão RoSniper

Baixe arquivos de extensão RoSniper 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

                        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.                    

Informações Básicas da Extensão

Nome RoSniper RoSniper
ID nddpoaebnalejnlidgcedobiggfcfhop
URL Oficial https://chromewebstore.google.com/detail/rosniper/nddpoaebnalejnlidgcedobiggfcfhop
Descrição Snipe any roblox player with only their username.
Tamanho do Arquivo 68.86 KB
Contagem de Instalações 11,756
Versão Atual 1.2
Última Atualização 2023-06-06
Data de Publicação 2023-05-11
Classificação 4.07/5 Total de 46 Avaliações
Desenvolvedor SJNI
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://discord.gg/P2XKsFnBCH
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}