RbxInfo

Show Roblox trading information on a new tab

Wat is RbxInfo?

RbxInfo is een Chrome-extensie ontwikkeld door Aurorius, en de belangrijkste functie is "Show Roblox trading information on a new tab".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie RbxInfo

Download RbxInfo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam RbxInfo RbxInfo
ID oanmglljfjcfdljagcennjeebaidmiea
Officiële URL https://chromewebstore.google.com/detail/rbxinfo/oanmglljfjcfdljagcennjeebaidmiea
Beschrijving Show Roblox trading information on a new tab
Bestandsgrootte 16.84 KB
Aantal Installaties 82
Huidige Versie 0.1.0
Laatst Bijgewerkt 2022-06-08
Publicatiedatum 2022-06-07
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Aurorius
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://robuxcashback.xyz/pp
Ondersteunde Talen 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"
    ]
}