NoBobux

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

Apa itu NoBobux?

NoBobux adalah ekstensi Chrome yang dikembangkan oleh MacAndSwiss, dan fitur utamanya adalah "Hides your Robux count on Roblox websites. That's it.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi NoBobux

Unduh file ekstensi NoBobux dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama NoBobux NoBobux
ID pfnhchkfbieddalghdhaidcdjkbefoel
URL Resmi https://chromewebstore.google.com/detail/nobobux/pfnhchkfbieddalghdhaidcdjkbefoel
Deskripsi Hides your Robux count on Roblox websites. That's it.
Ukuran File 17.18 KB
Jumlah Instalasi 415
Versi Saat Ini 0.0.0.2
Terakhir Diperbarui 2021-04-16
Tanggal Publikasi 2021-04-14
Penilaian 3.42/5 Total 12 Penilaian
Pengembang MacAndSwiss
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/raymondwzeng/NoBobux
Bahasa yang Didukung 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\/"
    ]
}