NoBobux
Hides your Robux count on Roblox websites. That's it.
Co je NoBobux?
NoBobux je rozšíření Chrome vyvinuté MacAndSwiss, a jeho hlavní funkcí je „Hides your Robux count on Roblox websites. That's it.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření NoBobux
Stáhněte si soubory rozšíření NoBobux ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | NoBobux |
ID | pfnhchkfbieddalghdhaidcdjkbefoel |
Oficiální URL | https://chromewebstore.google.com/detail/nobobux/pfnhchkfbieddalghdhaidcdjkbefoel |
Popis | Hides your Robux count on Roblox websites. That's it. |
Velikost souboru | 17.18 KB |
Počet instalací | 415 |
Aktuální Verze | 0.0.0.2 |
Poslední Aktualizace | 2021-04-16 |
Datum Vydání | 2021-04-14 |
Hodnocení | 3.42/5 Celkem 12 Hodnocení |
Vývojář | MacAndSwiss |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/raymondwzeng/NoBobux |
Podporované Jazyky | 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\/" ] } |