Roblox Status I/O
Lets you change your Roblox status and view other users statuses
What is Roblox Status I/O?
Roblox Status I/O is a Chrome extension developed by ComplexxBrian, and its main feature is "Lets you change your Roblox status and view other users statuses".
Extension Screenshots
Download Roblox Status I/O Extension CRX File
Download Roblox Status I/O extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Roblox Status IO lets you change your Roblox status and view other users' statuses!
Extension Basic Information
Name | |
ID | aeglfjalajibiclnlbgaphfapojnbbfh |
Official URL | https://chrome.google.com/webstore/detail/roblox-status-io/aeglfjalajibiclnlbgaphfapojnbbfh |
Description | Lets you change your Roblox status and view other users statuses |
File Size | 14.6 KB |
Installation Count | 132 |
Current Version | 1.0 |
Last Updated | 2021-04-28 |
Publish Date | 2021-04-28 |
Rating | 3.00/5 Total 1 Ratings |
Developer | ComplexxBrian |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |