RbxInfo
Show Roblox trading information on a new tab
What is RbxInfo?
RbxInfo is a Chrome extension developed by Aurorius, and its main feature is "Show Roblox trading information on a new tab".
Extension Screenshots
Download RbxInfo Extension CRX File
Download RbxInfo 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
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
Extension Basic Information
Name | RbxInfo |
ID | oanmglljfjcfdljagcennjeebaidmiea |
Official URL | https://chromewebstore.google.com/detail/rbxinfo/oanmglljfjcfdljagcennjeebaidmiea |
Description | Show Roblox trading information on a new tab |
File Size | 16.84 KB |
Installation Count | 82 |
Current Version | 0.1.0 |
Last Updated | 2022-06-08 |
Publish Date | 2022-06-07 |
Rating | 4.00/5 Total 4 Ratings |
Developer | Aurorius |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://robuxcashback.xyz/pp |
Supported Languages | 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" ] } |