Bacon Pro
Bacon Pro allows Roblox users to hide or display a custom Robux balance, enhancing privacy for streamers and YouTubers.
Qu'est-ce que Bacon Pro ?
Bacon Pro est une extension Chrome développée par MrBaconTube, et sa fonction principale est "Bacon Pro allows Roblox users to hide or display a custom Robux balance, enhancing privacy for streamers and YouTubers.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bacon Pro
Téléchargez les fichiers d'extension Bacon Pro au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Bacon Pro |
ID | gmagmokacnomioaokfeilfplppdfdane |
URL Officiel | https://chromewebstore.google.com/detail/bacon-pro/gmagmokacnomioaokfeilfplppdfdane |
Description | Bacon Pro allows Roblox users to hide or display a custom Robux balance, enhancing privacy for streamers and YouTubers. |
Taille du Fichier | 126 KB |
Nombre d'Installations | 718 |
Version Actuelle | 2.0.8 |
Dernière Mise à Jour | 2024-01-17 |
Date de Publication | 2023-07-26 |
Évaluation | 5.00/5 Total 8 Évaluations |
Développeur | MrBaconTube |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.baconpro.nl |
URL de la Page de Politique de Confidentialité | https://www.baconpro.nl/privacy-policy-extension.html |
Langues Prises en Charge | 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" } } |