SkinThunder Helper CSGO
Auto-populate and verify CSGO skin trades on SkinThunder.com trading platform.
SkinThunder Helper CSGOとは何ですか?
SkinThunder Helper CSGOはhttps://skinthunder.comによって開発されたChromeの拡張機能で、その主な機能は「Auto-populate and verify CSGO skin trades on SkinThunder.com trading platform.」です。
拡張機能のスクリーンショット
SkinThunder Helper CSGO拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" } } |