Bacon Pro
Bacon Pro allows Roblox users to hide or display a custom Robux balance, enhancing privacy for streamers and YouTubers.
Bacon Pro क्या है?
Bacon Pro MrBaconTube द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bacon Pro allows Roblox users to hide or display a custom Robux balance, enhancing privacy for streamers and YouTubers."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bacon Pro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Ever wish you could hide your real Robux amount from your friends? Or maybe you want to prank them by making them think you have a lot more Robux than you actually do? With Bacon Pro, you can do both! Bacon Pro is a Chrome extension that lets you control how your Robux amount is displayed. With Bacon Pro, you can: ✅Hide your real Robux amount ✅Display a custom Robux amount ✅Add up to 4 custom links ✅The fake Robux amount will stay when you refresh the page. ✅Bacon Pro is free to use. ✅Bacon Pro is easy to install and use. ✅Bacon Pro is constantly being updated with new features. So what are you waiting for? 👀 Install Bacon Pro today and start pranking your friends or keeping your Robux amount private!
एक्सटेंशन की मूल जानकारी
नाम | Bacon Pro |
ID | gmagmokacnomioaokfeilfplppdfdane |
आधिकारिक URL | https://chromewebstore.google.com/detail/bacon-pro/gmagmokacnomioaokfeilfplppdfdane |
विवरण | Bacon Pro allows Roblox users to hide or display a custom Robux balance, enhancing privacy for streamers and YouTubers. |
फ़ाइल का आकार | 126 KB |
स्थापना संख्या | 718 |
वर्तमान संस्करण | 2.0.8 |
अंतिम अपडेट | 2024-01-17 |
प्रकाशन तिथि | 2023-07-26 |
रेटिंग | 5.00/5 कुल 8 रेटिंग्स |
डेवलपर | MrBaconTube |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.baconpro.nl |
गोपनीयता नीति पृष्ठ URL | https://www.baconpro.nl/privacy-policy-extension.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bacon Pro", "version": "2.0.8", "description": "Bacon Pro allows Roblox users to hide or display a custom Robux balance, enhancing privacy for streamers and YouTubers.", "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab" ], "host_permissions": [ "https:\/\/*.roblox.com\/*" ], "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.roblox.com\/*" ], "js": [ "content.js" ], "css": [ "custom-style.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "dashboard.html" ], "matches": [ "https:\/\/*.roblox.com\/*" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |