RbxInfo
Show Roblox trading information on a new tab
Cos'è RbxInfo?
RbxInfo è un'estensione di Chrome sviluppata da Aurorius, e la sua funzione principale è "Show Roblox trading information on a new tab".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione RbxInfo
Scarica i file di estensione RbxInfo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | RbxInfo |
ID | oanmglljfjcfdljagcennjeebaidmiea |
URL Ufficiale | https://chromewebstore.google.com/detail/rbxinfo/oanmglljfjcfdljagcennjeebaidmiea |
Descrizione | Show Roblox trading information on a new tab |
Dimensione del File | 16.84 KB |
Conteggio Installazioni | 82 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2022-06-08 |
Data di Pubblicazione | 2022-06-07 |
Valutazione | 4.00/5 Totale 4 Valutazioni |
Sviluppatore | Aurorius |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://robuxcashback.xyz/pp |
Lingue Supportate | 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" ] } |