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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ArsonWarehouse is the leading tool for TORN.com traders that enables a higher volume of trades in less time. Maximize your…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ArsonWarehouse एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}