NoBobux
Hides your Robux count on Roblox websites. That's it.
Co to jest NoBobux?
NoBobux to rozszerzenie Chrome opracowane przez MacAndSwiss, a jego główną funkcją jest „Hides your Robux count on Roblox websites. That's it.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia NoBobux
Pobierz pliki rozszerzeń NoBobux w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | NoBobux |
ID | pfnhchkfbieddalghdhaidcdjkbefoel |
Oficjalny URL | https://chromewebstore.google.com/detail/nobobux/pfnhchkfbieddalghdhaidcdjkbefoel |
Opis | Hides your Robux count on Roblox websites. That's it. |
Rozmiar pliku | 17.18 KB |
Liczba instalacji | 415 |
Aktualna Wersja | 0.0.0.2 |
Ostatnia Aktualizacja | 2021-04-16 |
Data Publikacji | 2021-04-14 |
Ocena | 3.42/5 Łącznie 12 Oceny |
Deweloper | MacAndSwiss |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/raymondwzeng/NoBobux |
Obsługiwane Języki | 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\/" ] } |