Roblox Status I/O
Lets you change your Roblox status and view other users statuses
Roblox Status I/Oとは何ですか?
Roblox Status I/OはComplexxBrianによって開発されたChromeの拡張機能で、その主な機能は「Lets you change your Roblox status and view other users statuses」です。
拡張機能のスクリーンショット
Roblox Status I/O拡張機能のCRXファイルをダウンロード
Roblox Status I/O拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Roblox Status IO lets you change your Roblox status and view other users' statuses!
拡張機能の基本情報
名前 | |
ID | aeglfjalajibiclnlbgaphfapojnbbfh |
公式URL | https://chrome.google.com/webstore/detail/roblox-status-io/aeglfjalajibiclnlbgaphfapojnbbfh |
説明 | Lets you change your Roblox status and view other users statuses |
ファイルサイズ | 14.6 KB |
インストール数 | 132 |
現在のバージョン | 1.0 |
最終更新日 | 2021-04-28 |
公開日 | 2021-04-28 |
評価 | 3.00/5 合計 1 レビュー |
開発者 | ComplexxBrian |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "ComplexxBrian", "content_scripts": [ { "js": [ "status.js" ], "matches": [ "*:\/\/*.roblox.com\/*" ] } ], "description": "Lets you change your Roblox status and view other users statuses", "icons": { "128": "icons\/roblox128.png", "16": "icons\/roblox16.png", "48": "icons\/roblox48.png" }, "manifest_version": 2, "name": "Roblox Status I\/O", "version": "1.0" } |