RoSniper

Snipe any roblox player with only their username.

Apa itu RoSniper?

RoSniper adalah ekstensi Chrome yang dikembangkan oleh SJNI, dan fitur utamanya adalah "Snipe any roblox player with only their username.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi RoSniper

Unduh file ekstensi RoSniper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama RoSniper RoSniper
ID nddpoaebnalejnlidgcedobiggfcfhop
URL Resmi https://chromewebstore.google.com/detail/rosniper/nddpoaebnalejnlidgcedobiggfcfhop
Deskripsi Snipe any roblox player with only their username.
Ukuran File 68.86 KB
Jumlah Instalasi 11,756
Versi Saat Ini 1.2
Terakhir Diperbarui 2023-06-06
Tanggal Publikasi 2023-05-11
Penilaian 4.07/5 Total 46 Penilaian
Pengembang SJNI
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://discord.gg/P2XKsFnBCH
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}