RoSniper

Snipe any roblox player with only their username.

Was ist RoSniper?

RoSniper ist eine Chrome-Erweiterung, die von SJNI entwickelt wurde, und ihr Hauptmerkmal ist "Snipe any roblox player with only their username.".

Erweiterungsscreenshots

screenshot

RoSniper-Erweiterungs-CRX-Datei herunterladen

Laden Sie RoSniper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name RoSniper RoSniper
ID nddpoaebnalejnlidgcedobiggfcfhop
Offizielle URL https://chromewebstore.google.com/detail/rosniper/nddpoaebnalejnlidgcedobiggfcfhop
Beschreibung Snipe any roblox player with only their username.
Dateigröße 68.86 KB
Installationsanzahl 11,756
Aktuelle Version 1.2
Letztes Update 2023-06-06
Veröffentlichungsdatum 2023-05-11
Bewertung 4.07/5 Insgesamt 46 Bewertungen
Entwickler SJNI
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://discord.gg/P2XKsFnBCH
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}