ArsonWarehouse
ArsonWarehouse is the leading tool for TORN.com traders that enables a higher volume of trades in less time. Maximize your…
什么是ArsonWarehouse?
ArsonWarehouse是由https://arsonwarehouse.com开发的Chrome扩展程序,该扩展的主要功能是“ArsonWarehouse is the leading tool for TORN.com traders that enables a higher volume of trades in less time. Maximize your…”。
扩展截图
下载ArsonWarehouse扩展crx文件
下载ArsonWarehouse扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | nobpnmomjlcbohjkogaeobildecocmbh |
| 官方URL | https://chromewebstore.google.com/detail/arsonwarehouse/nobpnmomjlcbohjkogaeobildecocmbh |
| 简介 | ArsonWarehouse is the leading tool for TORN.com traders that enables a higher volume of trades in less time. Maximize your… |
| 文件大小 | 158 KB |
| 安装次数 | 1,400 |
| 当前版本 | 8.0 |
| 更新时间 | 2021-06-10 |
| 上架时间 | 2020-06-30 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | https://arsonwarehouse.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://arsonwarehouse.com |
| 支持的语言 | 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"
}
} | |