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 |
电子邮箱 | [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" } |