NoBobux
Hides your Robux count on Roblox websites. That's it.
Hvad er NoBobux?
NoBobux er en Chrome-udvidelse udviklet af MacAndSwiss, og dens hovedfunktion er "Hides your Robux count on Roblox websites. That's it.".
Udvidelsesskærmbilleder
Download NoBobux-udvidelses-CRX-fil
Download NoBobux-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | NoBobux |
ID | pfnhchkfbieddalghdhaidcdjkbefoel |
Officiel URL | https://chromewebstore.google.com/detail/nobobux/pfnhchkfbieddalghdhaidcdjkbefoel |
Beskrivelse | Hides your Robux count on Roblox websites. That's it. |
Filstørrelse | 17.18 KB |
Antal Installationer | 415 |
Nuværende Version | 0.0.0.2 |
Senest Opdateret | 2021-04-16 |
Udgivelsesdato | 2021-04-14 |
Bedømmelse | 3.42/5 Samlet 12 Bedømmelser |
Udvikler | MacAndSwiss |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/raymondwzeng/NoBobux |
Understøttede Sprog | 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\/" ] } |