ArsonWarehouse

ArsonWarehouse is the leading tool for TORN.com traders that enables a higher volume of trades in less time. Maximize your…

ArsonWarehouseคืออะไร?

ArsonWarehouse เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://arsonwarehouse.com และคุณลักษณะหลักของมันคือ "ArsonWarehouse is the leading tool for TORN.com traders that enables a higher volume of trades in less time. Maximize your…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ArsonWarehouse

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ArsonWarehouse ArsonWarehouse
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"
    }
}