NoBobux
Hides your Robux count on Roblox websites. That's it.
Qu'est-ce que NoBobux ?
NoBobux est une extension Chrome développée par MacAndSwiss, et sa fonction principale est "Hides your Robux count on Roblox websites. That's it.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NoBobux
Téléchargez les fichiers d'extension NoBobux 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
NoBobux is a simple extension that hides the amount of Robux that you have while on the main Roblox website and its subdomains. It accomplishes this by adding a visibility modifier to the box containing your Robux count, and setting that to false. Should be compatible with Roblox+, and Better Roblox (BTR). You can view the source here: https://github.com/raymondwzeng/NoBobux And support my work here: https://ko-fi.com/macandswiss
Informations de Base sur l'Extension
Nom | NoBobux |
ID | pfnhchkfbieddalghdhaidcdjkbefoel |
URL Officiel | https://chromewebstore.google.com/detail/nobobux/pfnhchkfbieddalghdhaidcdjkbefoel |
Description | Hides your Robux count on Roblox websites. That's it. |
Taille du Fichier | 17.18 KB |
Nombre d'Installations | 415 |
Version Actuelle | 0.0.0.2 |
Dernière Mise à Jour | 2021-04-16 |
Date de Publication | 2021-04-14 |
Évaluation | 3.42/5 Total 12 Évaluations |
Développeur | MacAndSwiss |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/raymondwzeng/NoBobux |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NoBobux", "version": "0.0.0.2", "manifest_version": 2, "description": "Hides your Robux count on Roblox websites. That's it.", "author": "MacAndSwiss", "icons": { "128": "icon128.png", "48": "icon48.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.roblox.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "permissions": [ "https:\/\/*.roblox.com\/" ] } |