RbxInfo
Show Roblox trading information on a new tab
Qu'est-ce que RbxInfo ?
RbxInfo est une extension Chrome développée par Aurorius, et sa fonction principale est "Show Roblox trading information on a new tab".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension RbxInfo
Téléchargez les fichiers d'extension RbxInfo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | RbxInfo |
ID | oanmglljfjcfdljagcennjeebaidmiea |
URL Officiel | https://chromewebstore.google.com/detail/rbxinfo/oanmglljfjcfdljagcennjeebaidmiea |
Description | Show Roblox trading information on a new tab |
Taille du Fichier | 16.84 KB |
Nombre d'Installations | 82 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2022-06-08 |
Date de Publication | 2022-06-07 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | Aurorius |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://robuxcashback.xyz/pp |
Langues Prises en Charge | 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" ] } |