NoBobux

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

NoBobux là gì?

NoBobux là một tiện ích mở rộng Chrome được phát triển bởi MacAndSwiss, và tính năng chính của nó là "Hides your Robux count on Roblox websites. That's it.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng NoBobux

Tải xuống các tệp mở rộng NoBobux dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NoBobux NoBobux
ID pfnhchkfbieddalghdhaidcdjkbefoel
URL Chính Thức https://chromewebstore.google.com/detail/nobobux/pfnhchkfbieddalghdhaidcdjkbefoel
Mô tả Hides your Robux count on Roblox websites. That's it.
Kích Thước Tệp 17.18 KB
Số Lần Cài Đặt 415
Phiên Bản Hiện Tại 0.0.0.2
Cập Nhật Lần Cuối 2021-04-16
Ngày Phát Hành 2021-04-14
Đánh Giá 3.42/5 Tổng số 12 Đánh Giá
Nhà Phát Triển MacAndSwiss
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/raymondwzeng/NoBobux
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}