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
擴展基本資訊
名稱 | NoBobux |
ID | pfnhchkfbieddalghdhaidcdjkbefoel |
官方網址 | 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\/" ] } |