NoBobux
Hides your Robux count on Roblox websites. That's it.
Vad är NoBobux?
NoBobux är en Chrome-tillägg utvecklad av MacAndSwiss, och dess huvudfunktion är "Hides your Robux count on Roblox websites. That's it.".
Tilläggsskärmbilder
Ladda ner NoBobux-förlängningens CRX-fil
Ladda ner NoBobux-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | pfnhchkfbieddalghdhaidcdjkbefoel | 
| Officiell webbadress | https://chromewebstore.google.com/detail/nobobux/pfnhchkfbieddalghdhaidcdjkbefoel | 
| Beskrivning | Hides your Robux count on Roblox websites. That's it. | 
| Filstorlek | 17.18 KB | 
| Antal Installationer | 415 | 
| Aktuell Version | 0.0.0.2 | 
| Senast Uppdaterad | 2021-04-16 | 
| Publiceringsdatum | 2021-04-14 | 
| Betyg | 3.42/5 Totalt 12 Betyg | 
| Utvecklare | MacAndSwiss | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://github.com/raymondwzeng/NoBobux | 
| Stödda Språk | 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\/"
    ]
}  |  |