RoSniper

Snipe any roblox player with only their username.

RoSniper là gì?

RoSniper là một tiện ích mở rộng Chrome được phát triển bởi SJNI, và tính năng chính của nó là "Snipe any roblox player with only their username.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng RoSniper

Tải xuống các tệp mở rộng RoSniper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RoSniper RoSniper
ID nddpoaebnalejnlidgcedobiggfcfhop
URL Chính Thức https://chromewebstore.google.com/detail/rosniper/nddpoaebnalejnlidgcedobiggfcfhop
Mô tả Snipe any roblox player with only their username.
Kích Thước Tệp 68.86 KB
Số Lần Cài Đặt 11,756
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2023-06-06
Ngày Phát Hành 2023-05-11
Đánh Giá 4.07/5 Tổng số 46 Đánh Giá
Nhà Phát Triển SJNI
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://discord.gg/P2XKsFnBCH
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}