RoSearcher
Search through the game servers for a player!
RoSearcher là gì?
RoSearcher là một tiện ích mở rộng Chrome được phát triển bởi roblox-extensions, và tính năng chính của nó là "Search through the game servers for a player!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng RoSearcher
Tải xuống các tệp mở rộng RoSearcher 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
Updated for the new roblox games API & temporary fix for the new server list until roblox ends the a/b testing after that is pushed RIP RoSearcher 2019-2022 🫡🪦 RoSearcher is an extension to join your friends who have set their joins to no one. Instructions: 1. Ask your friend who has their joins off to send you a link to their current game. 2. Enter their username or ID into the search field 3. Click join when RoSearcher has found their server. Do not request for me to add the ability to find what game people are in. (Requests Place IDs from gist for internal usage)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | RoSearcher |
ID | kogoeldkgknjbdajddjjfijggnpcffib |
URL Chính Thức | https://chromewebstore.google.com/detail/rosearcher/kogoeldkgknjbdajddjjfijggnpcffib |
Mô tả | Search through the game servers for a player! |
Kích Thước Tệp | 53.39 KB |
Số Lần Cài Đặt | 432,091 |
Phiên Bản Hiện Tại | 2.0.0 |
Cập Nhật Lần Cuối | 2023-02-22 |
Ngày Phát Hành | 2021-08-09 |
Đánh Giá | 2.25/5 Tổng số 574 Đánh Giá |
Nhà Phát Triển | roblox-extensions |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/ThePotato97/RoSearcher |
URL Trang Trợ Giúp | https://github.com/ThePotato97/RoSearcher/issues |
URL Trang Chính Sách Bảo Mật | https://github.com/ThePotato97/RoSearcher/wiki/Privacy-Policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RoSearcher", "manifest_version": 3, "version": "2.0.0", "description": "Search through the game servers for a player!", "icons": { "128": "images\/icon.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": [ "https:\/\/*.roblox.com\/*" ] } ] } |