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 | 
| Eメール | [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"
    }
}  |  |