NoBobux

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

NoBobux क्या है?

NoBobux MacAndSwiss द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hides your Robux count on Roblox websites. That's it."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में NoBobux एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम NoBobux NoBobux
ID pfnhchkfbieddalghdhaidcdjkbefoel
आधिकारिक URL https://chromewebstore.google.com/detail/nobobux/pfnhchkfbieddalghdhaidcdjkbefoel
विवरण Hides your Robux count on Roblox websites. That's it.
फ़ाइल का आकार 17.18 KB
स्थापना संख्या 415
वर्तमान संस्करण 0.0.0.2
अंतिम अपडेट 2021-04-16
प्रकाशन तिथि 2021-04-14
रेटिंग 3.42/5 कुल 12 रेटिंग्स
डेवलपर MacAndSwiss
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/raymondwzeng/NoBobux
समर्थित भाषाएँ 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\/"
    ]
}