BigBobux
Fakes your Robux
BigBobux क्या है?
BigBobux Leon द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fakes your Robux"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BigBobux एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
👀 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\/" ] } |