Roblox Trade Enhancer
Ever gotten a trade and need to quickly know the values? Now you can! With RTE, simply click on the extension icon and search!
What is Roblox Trade Enhancer?
Roblox Trade Enhancer is a Chrome extension developed by leadJS, and its main feature is "Ever gotten a trade and need to quickly know the values? Now you can! With RTE, simply click on the extension icon and search!".
Extension Screenshots
Download Roblox Trade Enhancer Extension CRX File
Download Roblox Trade Enhancer 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
To use Roblox Trade Enhancer, simply click on the RTE icon. It will prompt you what item you are searching for, and this is where you input the item name. It will then display to you the Value and Demand of the item after you enter it. RTE goes to into effect instantly after installation and will be ready for use.
Extension Basic Information
Name | Roblox Trade Enhancer |
ID | lhfjkdhahmelehfjhnbgopnghoeppjof |
Official URL | https://chromewebstore.google.com/detail/roblox-trade-enhancer/lhfjkdhahmelehfjhnbgopnghoeppjof |
Description | Ever gotten a trade and need to quickly know the values? Now you can! With RTE, simply click on the extension icon and search! |
File Size | 93.02 KB |
Installation Count | 4,804 |
Current Version | 1.0.7 |
Last Updated | 2015-07-14 |
Publish Date | 2015-07-14 |
Rating | 2.68/5 Total 22 Ratings |
Developer | leadJS |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "jquery.js", "background.js" ] }, "browser_action": { "default_icon": "Icon.png" }, "description": "Ever gotten a trade and need to quickly know the values? Now you can! With RTE, simply click on the extension icon and search!", "homepage_url": "http:\/\/www.roblox.com\/User.aspx?ID=88194833", "icons": { "128": "Icon.png", "16": "Icon.png", "48": "Icon.png" }, "incognito": "split", "manifest_version": 2, "name": "Roblox Trade Enhancer", "permissions": [ "notifications", "unlimitedStorage" ], "short_name": "RTE", "version": "1.0.7", "web_accessible_resources": [ "Icon.png", "background.js", "jquery.js", "Icon.png" ] } |