RbxInfo
Show Roblox trading information on a new tab
什么是RbxInfo?
RbxInfo是由Aurorius开发的Chrome扩展程序,该扩展的主要功能是“Show Roblox trading information on a new tab”。
扩展截图
下载RbxInfo扩展crx文件
下载RbxInfo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Shows your Roblox trading information on a new tab. Shows robux balance, rap, net worth, incoming trade count, friend requests count, unread private messages count and all the limiteds in your inventory with price, rap and Rolimon's value. THIS EXTENSION IS OPENSOURCE -> https://github.com/rbxtrade/full-extension
扩展基本信息
名称 | RbxInfo |
ID | oanmglljfjcfdljagcennjeebaidmiea |
官方URL | https://chromewebstore.google.com/detail/rbxinfo/oanmglljfjcfdljagcennjeebaidmiea |
简介 | Show Roblox trading information on a new tab |
文件大小 | 16.84 KB |
安装次数 | 82 |
当前版本 | 0.1.0 |
更新时间 | 2022-06-08 |
上架时间 | 2022-06-07 |
评分 | 4.00/5 共4次评分 |
开发者 | Aurorius |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://robuxcashback.xyz/pp |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "RbxInfo", "version": "0.1.0", "description": "Show Roblox trading information on a new tab", "background": { "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "index.html" }, "host_permissions": [ "*:\/\/*.roblox.com\/*", "*:\/\/www.rolimons.com\/catalog" ] } |