RoSniper

Snipe any roblox player with only their username.

RoSniper क्या है?

RoSniper SJNI द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Snipe any roblox player with only their username."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में RoSniper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम RoSniper RoSniper
ID nddpoaebnalejnlidgcedobiggfcfhop
आधिकारिक URL https://chromewebstore.google.com/detail/rosniper/nddpoaebnalejnlidgcedobiggfcfhop
विवरण Snipe any roblox player with only their username.
फ़ाइल का आकार 68.86 KB
स्थापना संख्या 11,756
वर्तमान संस्करण 1.2
अंतिम अपडेट 2023-06-06
प्रकाशन तिथि 2023-05-11
रेटिंग 4.07/5 कुल 46 रेटिंग्स
डेवलपर SJNI
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://discord.gg/P2XKsFnBCH
समर्थित भाषाएँ 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": [
                ""
            ]
        }
    ]
}