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.”。
扩展截图
下载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                     扩展基本信息
| 名称 |   |  
| 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\/"
    ]
}  |  |