Robux to Euro
Converts Robux to Euros
What is Robux to Euro?
Robux to Euro is a Chrome extension developed by Bertox, and its main feature is "Converts Robux to Euros".
Extension Screenshots
Download Robux to Euro Extension CRX File
Download Robux to Euro 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
This extension automatically converts Robux to Euros on roblox.com. This is my first extension I have ever made, just for fun.
Extension Basic Information
Name | Robux to Euro |
ID | fddgnnipkoknfbagbjlhnmljhffjeiml |
Official URL | https://chromewebstore.google.com/detail/robux-to-euro/fddgnnipkoknfbagbjlhnmljhffjeiml |
Description | Converts Robux to Euros |
File Size | 54.12 KB |
Installation Count | 636 |
Current Version | 0.0.0.2 |
Last Updated | 2020-12-30 |
Publish Date | 2020-12-30 |
Rating | 4.00/5 Total 3 Ratings |
Developer | Bertox |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Robux to Euro", "version": "0.0.0.2", "description": "Converts Robux to Euros", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/www.roblox.com\/*" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ "images\/*.png" ], "page_action": { "default_popup": "popup.html" }, "manifest_version": 2 } |