SkinThunder Helper CSGO
Auto-populate and verify CSGO skin trades on SkinThunder.com trading platform.
SkinThunder Helper CSGO क्या है?
SkinThunder Helper CSGO https://skinthunder.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto-populate and verify CSGO skin trades on SkinThunder.com trading platform."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SkinThunder Helper CSGO एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" } } |