BigBobux
Fakes your Robux
BigBobuxคืออะไร?
BigBobux เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Leon และคุณลักษณะหลักของมันคือ "Fakes your Robux"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BigBobux
ดาวน์โหลดไฟล์ส่วนขยาย BigBobux ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
👀 Are you a Roblox player who wants to look wealthy while streaming? Look no further! With this extension, you can customize the amount of Robux that appears on the top bar of the Roblox site to any amount you choose. ⚠️ Please note that this extension is for entertainment purposes only, and does not actually grant you additional Robux to spend. This extension is currently in development, and your support is greatly appreciated. Please consider leaving a 5-star rating to show your support. ⭐⭐⭐⭐⭐ 🪙 You can also support my work and help me cover the registration fee here: 🪙 💎ETH-Address: 0xb03e0534984448F6B3A8b268dd6e5Bb07c830ea7 ☕ https://ko-fi.com/leonwastakenwastaken 🆘 Need help? Take a look at the guides at https://bigbobux.leonhub.com/guides
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | BigBobux |
ID | ibgmgbapjmbpkjdindmgmgfolfbedpoe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bigbobux/ibgmgbapjmbpkjdindmgmgfolfbedpoe |
คำอธิบาย | Fakes your Robux |
ขนาดไฟล์ | 1.11 MB |
จำนวนการติดตั้ง | 14,418 |
เวอร์ชันปัจจุบัน | 0.5 |
อัปเดตครั้งล่าสุด | 2023-08-26 |
วันที่เผยแพร่ | 2022-08-09 |
คะแนน | 4.47/5 รวมทั้งหมด 90 คะแนน |
ผู้พัฒนา | Leon |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://bigbobux.leonhub.com |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BigBobux", "version": "0.5", "description": "Fakes your Robux", "icons": { "128": "icon128.png", "48": "icon48.png" }, "options_ui": { "page": "options_page.html", "open_in_tab": false }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Click to access settings." }, "author": "Leon", "content_scripts": [ { "matches": [ "*:\/\/*.roblox.com\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "permissions": [ "storage" ], "host_permissions": [ "https:\/\/*.roblox.com\/" ] } |