SkinThunder Helper CSGO

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

O que é SkinThunder Helper CSGO?

SkinThunder Helper CSGO é uma extensão do Chrome desenvolvida por https://skinthunder.com, e sua principal característica é "Auto-populate and verify CSGO skin trades on SkinThunder.com trading platform.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SkinThunder Helper CSGO

Baixe arquivos de extensão SkinThunder Helper CSGO no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome SkinThunder Helper CSGO SkinThunder Helper CSGO
ID blchmkjgannkdeibgfcoampiblifilkk
URL Oficial https://chromewebstore.google.com/detail/skinthunder-helper-csgo/blchmkjgannkdeibgfcoampiblifilkk
Descrição Auto-populate and verify CSGO skin trades on SkinThunder.com trading platform.
Tamanho do Arquivo 19.02 KB
Contagem de Instalações 85
Versão Atual 1.4.3
Última Atualização 2022-03-31
Data de Publicação 2021-07-28
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor https://skinthunder.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://skinthunder.com
URL da Página de Ajuda https://skinthunder.com/contact-us
Idiomas Suportados 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"
    }
}