ArsonWarehouse
ArsonWarehouse is the leading tool for TORN.com traders that enables a higher volume of trades in less time. Maximize your…
ArsonWarehouse là gì?
ArsonWarehouse là một tiện ích mở rộng Chrome được phát triển bởi https://arsonwarehouse.com, và tính năng chính của nó là "ArsonWarehouse is the leading tool for TORN.com traders that enables a higher volume of trades in less time. Maximize your…".
Ả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 ArsonWarehouse
Tải xuống các tệp mở rộng ArsonWarehouse 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
ArsonWarehouse is the leading tool for TORN.com traders that enables a higher volume of trades in less time. Maximize your trading, stop wasting time on calculations. Rely on ArsonWarehouse instead. Oh, and it's fully automated! Get started right away: https://arsonwarehouse.com
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ArsonWarehouse |
ID | nobpnmomjlcbohjkogaeobildecocmbh |
URL Chính Thức | https://chromewebstore.google.com/detail/arsonwarehouse/nobpnmomjlcbohjkogaeobildecocmbh |
Mô tả | ArsonWarehouse is the leading tool for TORN.com traders that enables a higher volume of trades in less time. Maximize your… |
Kích Thước Tệp | 158 KB |
Số Lần Cài Đặt | 1,400 |
Phiên Bản Hiện Tại | 8.0 |
Cập Nhật Lần Cuối | 2021-06-10 |
Ngày Phát Hành | 2020-06-30 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://arsonwarehouse.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://arsonwarehouse.com |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ArsonWarehouse", "version": "8.0", "author": "Sulsay", "permissions": [ "activeTab", "https:\/\/arsonwarehouse.com\/" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/www.torn.com\/trade.php*" ], "css": [ "awh.css" ], "js": [ "js\/vue.min.js", "js\/global.js", "js\/content-scripts\/vue-mixins.js", "js\/content-scripts\/components\/CopyButton.js", "js\/content-scripts\/components\/ModalWithBackdrop.js", "js\/content-scripts\/trade\/components\/TradeModal.js", "js\/content-scripts\/trade\/components\/TradeOverview.js", "js\/content-scripts\/trade\/components\/TradeComponents.js", "js\/content-scripts\/trade\/components\/TradeComponent.js", "js\/content-scripts\/trade\/components\/TradeMessages.js", "js\/content-scripts\/trade\/components\/TradeMessage.js", "js\/content-scripts\/trade\/components\/TradeTotal.js", "js\/content-scripts\/trade\/components\/TradeWarnings.js", "js\/content-scripts\/trade\/TradeSide.js", "js\/content-scripts\/trade\/TradeItem.js", "js\/content-scripts\/trade\/trade.js" ] } ], "browser_action": [], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "128": "images\/icon128.png" } } |