NoBobux

Hides your Robux count on Roblox websites. That's it.

Was ist NoBobux?

NoBobux ist eine Chrome-Erweiterung, die von MacAndSwiss entwickelt wurde, und ihr Hauptmerkmal ist "Hides your Robux count on Roblox websites. That's it.".

Erweiterungsscreenshots

screenshot
screenshot

NoBobux-Erweiterungs-CRX-Datei herunterladen

Laden Sie NoBobux-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name NoBobux NoBobux
ID pfnhchkfbieddalghdhaidcdjkbefoel
Offizielle URL https://chromewebstore.google.com/detail/nobobux/pfnhchkfbieddalghdhaidcdjkbefoel
Beschreibung Hides your Robux count on Roblox websites. That's it.
Dateigröße 17.18 KB
Installationsanzahl 415
Aktuelle Version 0.0.0.2
Letztes Update 2021-04-16
Veröffentlichungsdatum 2021-04-14
Bewertung 3.42/5 Insgesamt 12 Bewertungen
Entwickler MacAndSwiss
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/raymondwzeng/NoBobux
Unterstützte Sprachen 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\/"
    ]
}