Lock Robux 🔒
Lock Robux 🔒
Qu'est-ce que Lock Robux 🔒 ?
Lock Robux 🔒 est une extension Chrome développée par sk2lly, et sa fonction principale est "Lock Robux 🔒".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Lock Robux 🔒
Téléchargez les fichiers d'extension Lock Robux 🔒 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
What is this? 'Lock Robux 🔒' is a google chrome extension that help you to save robux! Why? This extension was made for people like me who can't save robux without spending some. This extension will lock the buy button so you can't buy anymore and save your robux!
Informations de Base sur l'Extension
Nom | Lock Robux 🔒 |
ID | olmdnbjnheojmmdkpnobmndkoeojecja |
URL Officiel | https://chromewebstore.google.com/detail/lock-robux-%F0%9F%94%92/olmdnbjnheojmmdkpnobmndkoeojecja |
Description | Lock Robux 🔒 |
Taille du Fichier | 398 KB |
Nombre d'Installations | 297 |
Version Actuelle | 5.0.0 |
Dernière Mise à Jour | 2021-06-22 |
Date de Publication | 2021-06-07 |
Évaluation | 4.00/5 Total 7 Évaluations |
Développeur | sk2lly |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | http://paypal.me/sk2lly |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lock Robux \ud83d\udd12", "description": "Lock Robux \ud83d\udd12", "version": "5.0.0", "content_scripts": [ { "js": [ "\/js\/robux.js" ], "matches": [ "*:\/\/*.roblox.com\/*" ], "all_frames": true, "run_at": "document_start" } ], "icons": { "128": "newicon_128.png" }, "content_security_policy": "script-src 'self' 'sha256-WOdSzz11\/3cpqOdrm89LBL2UPwEU9EhbDtMy2OciEhs=' https:\/\/ssl.google-analytics.com\/ga.js https:\/\/roblox.com; object-src 'self'", "browser_action": { "default_icon": "newicon.png" } } |