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 擴展基本資訊
| 名稱 | |
| ID | blchmkjgannkdeibgfcoampiblifilkk |
| 官方網址 | 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"
}
} | |