NoBobux
Hides your Robux count on Roblox websites. That's it.
Cos'è NoBobux?
NoBobux è un'estensione di Chrome sviluppata da MacAndSwiss, e la sua funzione principale è "Hides your Robux count on Roblox websites. That's it.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NoBobux
Scarica i file di estensione NoBobux 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
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
Informazioni di Base sull'Estensione
Nome | NoBobux |
ID | pfnhchkfbieddalghdhaidcdjkbefoel |
URL Ufficiale | https://chromewebstore.google.com/detail/nobobux/pfnhchkfbieddalghdhaidcdjkbefoel |
Descrizione | Hides your Robux count on Roblox websites. That's it. |
Dimensione del File | 17.18 KB |
Conteggio Installazioni | 415 |
Versione Corrente | 0.0.0.2 |
Ultimo Aggiornamento | 2021-04-16 |
Data di Pubblicazione | 2021-04-14 |
Valutazione | 3.42/5 Totale 12 Valutazioni |
Sviluppatore | MacAndSwiss |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/raymondwzeng/NoBobux |
Lingue Supportate | 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\/" ] } |