RoSniper

Snipe any roblox player with only their username.

RoSniper란 무엇입니까?

RoSniper은(는) SJNI에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Snipe any roblox player with only their username."입니다.

확장 프로그램 스크린샷

screenshot

RoSniper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [
                ""
            ]
        }
    ]
}