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