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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/"
    ]
}