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!
Roblox Trade Enhancer là gì?
Roblox Trade Enhancer là một tiện ích mở rộng Chrome được phát triển bởi leadJS, và tính năng chính của nó là "Ever gotten a trade and need to quickly know the values? Now you can! With RTE, simply click on the extension icon and search!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Roblox Trade Enhancer
Tải xuống các tệp mở rộng Roblox Trade Enhancer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Roblox Trade Enhancer |
ID | lhfjkdhahmelehfjhnbgopnghoeppjof |
URL Chính Thức | https://chromewebstore.google.com/detail/roblox-trade-enhancer/lhfjkdhahmelehfjhnbgopnghoeppjof |
Mô tả | Ever gotten a trade and need to quickly know the values? Now you can! With RTE, simply click on the extension icon and search! |
Kích Thước Tệp | 93.02 KB |
Số Lần Cài Đặt | 4,804 |
Phiên Bản Hiện Tại | 1.0.7 |
Cập Nhật Lần Cuối | 2015-07-14 |
Ngày Phát Hành | 2015-07-14 |
Đánh Giá | 2.68/5 Tổng số 22 Đánh Giá |
Nhà Phát Triển | leadJS |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |