Lock Robux 🔒
Lock Robux 🔒
What is Lock Robux 🔒?
Lock Robux 🔒 is a Chrome extension developed by sk2lly, and its main feature is "Lock Robux 🔒".
Extension Screenshots
Download Lock Robux 🔒 Extension CRX File
Download Lock Robux 🔒 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Lock Robux 🔒 |
ID | olmdnbjnheojmmdkpnobmndkoeojecja |
Official URL | https://chromewebstore.google.com/detail/lock-robux-%F0%9F%94%92/olmdnbjnheojmmdkpnobmndkoeojecja |
Description | Lock Robux 🔒 |
File Size | 398 KB |
Installation Count | 297 |
Current Version | 5.0.0 |
Last Updated | 2021-06-22 |
Publish Date | 2021-06-07 |
Rating | 4.00/5 Total 7 Ratings |
Developer | sk2lly |
[email protected] | |
Payment Type | free |
Help Page URL | http://paypal.me/sk2lly |
Supported Languages | 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" } } |