SkinThunder Helper CSGO

Auto-populate and verify CSGO skin trades on SkinThunder.com trading platform.

Τι είναι το SkinThunder Helper CSGO;

Το SkinThunder Helper CSGO είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://skinthunder.com, και η κύρια λειτουργία του είναι "Auto-populate and verify CSGO skin trades on SkinThunder.com trading platform.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SkinThunder Helper CSGO

Λήψη αρχείων επέκτασης SkinThunder Helper CSGO σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        SkinThunder Helper helps you auto-populate and verify CSGO skin trades on SkinThunder.com trading platform.

Features:

* Automatically detects items sold on SkinThunder.com
* Automatically detects accepted Skin Offers and checks if all items are available
* Provides detailed item information in Steam Trade window
* Automatically populates the sold items when trading with the buyer in just 1 click of a button
* Helps you verify item delivery to the buyer in case automatic systems fail
* More features coming in the next release

Compatibility:

* This extension has been tested to work with other Steam related extensions                    

Βασικές Πληροφορίες Επέκτασης

Όνομα SkinThunder Helper CSGO SkinThunder Helper CSGO
ID blchmkjgannkdeibgfcoampiblifilkk
Επίσημο URL https://chromewebstore.google.com/detail/skinthunder-helper-csgo/blchmkjgannkdeibgfcoampiblifilkk
Περιγραφή Auto-populate and verify CSGO skin trades on SkinThunder.com trading platform.
Μέγεθος Αρχείου 19.02 KB
Αριθμός Εγκαταστάσεων 85
Τρέχουσα Έκδοση 1.4.3
Τελευταία Ενημέρωση 2022-03-31
Ημερομηνία Δημοσίευσης 2021-07-28
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://skinthunder.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://skinthunder.com
Διεύθυνση URL της Σελίδας Βοήθειας https://skinthunder.com/contact-us
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SkinThunder Helper CSGO",
    "description": "Auto-populate and verify CSGO skin trades on SkinThunder.com trading platform.",
    "version": "1.4.3",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.steamcommunity.com\/id\/*\/tradehistory*",
                "*:\/\/*.steamcommunity.com\/profiles\/*\/tradehistory*"
            ],
            "js": [
                "lib\/utils.js",
                "lib\/trading\/verification_generate.js"
            ],
            "css": [
                "main.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.steamcommunity.com\/tradeoffer\/*"
            ],
            "js": [
                "lib\/utils.js",
                "lib\/trading\/trading_helper.js",
                "startup.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*.steamcommunity.com\/tradeoffer\/*",
        "*:\/\/*.steamcommunity.com\/id\/*\/tradehistory*",
        "*:\/\/*.steamcommunity.com\/profiles\/*\/tradehistory*",
        "*:\/\/*.skinthunder.com\/api\/p2p\/listSells",
        "*:\/\/*.skinthunder.com\/api\/exchange\/list"
    ],
    "icons": {
        "16": "\/images\/logo_16.png",
        "32": "\/images\/logo_32.png",
        "48": "\/images\/logo_48.png",
        "128": "\/images\/logo_128.png"
    }
}