RoWatch Searcher

Search Roblox servers for a desired player

RoWatch Searcher là gì?

RoWatch Searcher là một tiện ích mở rộng Chrome được phát triển bởi Bryce, và tính năng chính của nó là "Search Roblox servers for a desired player".

Ả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 RoWatch Searcher

Tải xuống các tệp mở rộng RoWatch Searcher 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

                        Welcome to the official RoWatch+ plugin for the platform of ROBLOX!

We offer being able to search for other players and joining them for you to all have fun! You wanna be part of a fun community and enjoy your time and meet someone you love on the platform? Well now you can with RoWatch Searcher. We hope y'all enjoy our first ever plugin on this platform.                    

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

Tên RoWatch Searcher RoWatch Searcher
ID lfpjfpoejnapkfdpdjbbfhniioppmfof
URL Chính Thức https://chromewebstore.google.com/detail/rowatch-searcher/lfpjfpoejnapkfdpdjbbfhniioppmfof
Mô tả Search Roblox servers for a desired player
Kích Thước Tệp 56.49 KB
Số Lần Cài Đặt 871
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-12-05
Ngày Phát Hành 2022-12-05
Đánh Giá 3.00/5 Tổng số 16 Đánh Giá
Nhà Phát Triển Bryce
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/V1uk
URL Trang Trợ Giúp https://discord.gg/RoWatch
URL Trang Chính Sách Bảo Mật https://www.freeprivacypolicy.com/live/faf3e5f0-abfe-4b9b-810e-91430c98f437
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "description": "Search Roblox servers for a desired player",
    "host_permissions": [
        "https:\/\/*.roblox.com\/"
    ],
    "icons": {
        "128": "images\/128x128.png",
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png"
    },
    "manifest_version": 3,
    "name": "RoWatch Searcher",
    "permissions": [
        "scripting"
    ],
    "version": "1.0.0",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "images\/*.png",
                "styles.css",
                "content.js",
                "load.js",
                "panel.html"
            ]
        }
    ]
}