NoBobux

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

ما هو NoBobux؟

NoBobux هو إضافة Chrome تم تطويرها بواسطة MacAndSwiss، والميزة الرئيسية لها هي "Hides your Robux count on Roblox websites. That's it.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة NoBobux

قم بتنزيل ملفات الامتداد NoBobux بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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\/"
    ]
}