RoSearcher
Search through the game servers for a player!
RoSearcherとは何ですか?
RoSearcherはroblox-extensionsによって開発されたChromeの拡張機能で、その主な機能は「Search through the game servers for a player!」です。
拡張機能のスクリーンショット
RoSearcher拡張機能のCRXファイルをダウンロード
RoSearcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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)
拡張機能の基本情報
名前 | RoSearcher |
ID | kogoeldkgknjbdajddjjfijggnpcffib |
公式URL | https://chromewebstore.google.com/detail/rosearcher/kogoeldkgknjbdajddjjfijggnpcffib |
説明 | Search through the game servers for a player! |
ファイルサイズ | 53.39 KB |
インストール数 | 432,091 |
現在のバージョン | 2.0.0 |
最終更新日 | 2023-02-22 |
公開日 | 2021-08-09 |
評価 | 2.25/5 合計 574 レビュー |
開発者 | roblox-extensions |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/ThePotato97/RoSearcher |
ヘルプページのURL | https://github.com/ThePotato97/RoSearcher/issues |
プライバシーポリシーページのURL | https://github.com/ThePotato97/RoSearcher/wiki/Privacy-Policy |
対応言語 | 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\/*" ] } ] } |