SkinThunder Helper CSGO
Auto-populate and verify CSGO skin trades on SkinThunder.com trading platform.
Qu'est-ce que SkinThunder Helper CSGO ?
SkinThunder Helper CSGO est une extension Chrome développée par https://skinthunder.com, et sa fonction principale est "Auto-populate and verify CSGO skin trades on SkinThunder.com trading platform.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SkinThunder Helper CSGO
Téléchargez les fichiers d'extension SkinThunder Helper CSGO au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | SkinThunder Helper CSGO |
ID | blchmkjgannkdeibgfcoampiblifilkk |
URL Officiel | https://chromewebstore.google.com/detail/skinthunder-helper-csgo/blchmkjgannkdeibgfcoampiblifilkk |
Description | Auto-populate and verify CSGO skin trades on SkinThunder.com trading platform. |
Taille du Fichier | 19.02 KB |
Nombre d'Installations | 85 |
Version Actuelle | 1.4.3 |
Dernière Mise à Jour | 2022-03-31 |
Date de Publication | 2021-07-28 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | https://skinthunder.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://skinthunder.com |
URL de la Page d'Aide | https://skinthunder.com/contact-us |
Langues Prises en Charge | 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" } } |