RoFinder - Find Roblox Users
Search Roblox servers for any user even with joins off
RoFinder - Find Roblox Usersとは何ですか?
RoFinder - Find Roblox Usersはrofinder0によって開発されたChromeの拡張機能で、その主な機能は「Search Roblox servers for any user even with joins off」です。
拡張機能のスクリーンショット
RoFinder - Find Roblox Users拡張機能のCRXファイルをダウンロード
RoFinder - Find Roblox Users拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Find any player in the Roblox server by typing their username in the box It will use their avatar headshot to find their server so it won't work with default avatar users. Any errors will go to the error log but feel free to ask any support questions!
拡張機能の基本情報
名前 | RoFinder - Find Roblox Users |
ID | ljcagbpkbjgcehpkegknlmegeaenmolm |
公式URL | https://chrome.google.com/webstore/detail/ljcagbpkbjgcehpkegknlmegeaenmolm |
説明 | Search Roblox servers for any user even with joins off |
ファイルサイズ | 11 KB |
インストール数 | 32,070 |
現在のバージョン | 1 |
最終更新日 | 2023-03-04 |
公開日 | 2023-03-04 |
評価 | 2.19/5 合計 57 レビュー |
開発者 | rofinder0 |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://theblox.ca/privacy-terms |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RoFinder - Find Roblox Users", "manifest_version": 3, "version": "1", "description": "Search Roblox servers for any user even with joins off", "permissions": [ "scripting" ], "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/*.roblox.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.roblox.com\/*" ], "js": [ "RoFinderHtml.js" ] } ], "web_accessible_resources": [ { "resources": [ "images\/*.png", "styles.css", "content.js", "RoFinderPanel.js", "panel.html" ], "matches": [ "https:\/\/*.roblox.com\/*" ] } ] } |