NoBobux

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

Wat is NoBobux?

NoBobux is een Chrome-extensie ontwikkeld door MacAndSwiss, en de belangrijkste functie is "Hides your Robux count on Roblox websites. That's it.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie NoBobux

Download NoBobux-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam NoBobux NoBobux
ID pfnhchkfbieddalghdhaidcdjkbefoel
Officiële URL https://chromewebstore.google.com/detail/nobobux/pfnhchkfbieddalghdhaidcdjkbefoel
Beschrijving Hides your Robux count on Roblox websites. That's it.
Bestandsgrootte 17.18 KB
Aantal Installaties 415
Huidige Versie 0.0.0.2
Laatst Bijgewerkt 2021-04-16
Publicatiedatum 2021-04-14
Beoordeling 3.42/5 Totaal 12 Beoordelingen
Ontwikkelaar MacAndSwiss
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/raymondwzeng/NoBobux
Ondersteunde Talen 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\/"
    ]
}