SkinThunder Helper CSGO

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

Cos'è SkinThunder Helper CSGO?

SkinThunder Helper CSGO è un'estensione di Chrome sviluppata da https://skinthunder.com, e la sua funzione principale è "Auto-populate and verify CSGO skin trades on SkinThunder.com trading platform.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SkinThunder Helper CSGO

Scarica i file di estensione SkinThunder Helper CSGO in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome SkinThunder Helper CSGO SkinThunder Helper CSGO
ID blchmkjgannkdeibgfcoampiblifilkk
URL Ufficiale https://chromewebstore.google.com/detail/skinthunder-helper-csgo/blchmkjgannkdeibgfcoampiblifilkk
Descrizione Auto-populate and verify CSGO skin trades on SkinThunder.com trading platform.
Dimensione del File 19.02 KB
Conteggio Installazioni 85
Versione Corrente 1.4.3
Ultimo Aggiornamento 2022-03-31
Data di Pubblicazione 2021-07-28
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://skinthunder.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://skinthunder.com
URL della Pagina di Aiuto https://skinthunder.com/contact-us
Lingue Supportate 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"
    }
}