NoBobux

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

NoBobuxとは何ですか?

NoBobuxはMacAndSwissによって開発されたChromeの拡張機能で、その主な機能は「Hides your Robux count on Roblox websites. That's it.」です。

拡張機能のスクリーンショット

screenshot
screenshot

NoBobux拡張機能のCRXファイルをダウンロード

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
Eメール [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\/"
    ]
}