NoBobux
Hides your Robux count on Roblox websites. That's it.
What is NoBobux?
NoBobux is a Chrome extension developed by MacAndSwiss, and its main feature is "Hides your Robux count on Roblox websites. That's it.".
Extension Screenshots
Download NoBobux Extension CRX File
Download NoBobux 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
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
Extension Basic Information
Name | NoBobux |
ID | pfnhchkfbieddalghdhaidcdjkbefoel |
Official URL | https://chromewebstore.google.com/detail/nobobux/pfnhchkfbieddalghdhaidcdjkbefoel |
Description | Hides your Robux count on Roblox websites. That's it. |
File Size | 17.18 KB |
Installation Count | 415 |
Current Version | 0.0.0.2 |
Last Updated | 2021-04-16 |
Publish Date | 2021-04-14 |
Rating | 3.42/5 Total 12 Ratings |
Developer | MacAndSwiss |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/raymondwzeng/NoBobux |
Supported Languages | 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\/" ] } |