SteamWizard

SteamWizard is a browser extension that helps loading additional information for CS:GO items on the steam community market.

SteamWizardคืออะไร?

SteamWizard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย end และคุณลักษณะหลักของมันคือ "SteamWizard is a browser extension that helps loading additional information for CS:GO items on the steam community market."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SteamWizard

ดาวน์โหลดไฟล์ส่วนขยาย SteamWizard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        SteamWizard is a browser extension that provides multiple enhancements for steam trading and steam community market

- Displays wear / pattern / item prices for CS:GO Items
- Ingame screenshots
- Tradeup Contract Calculator
- Inventory Sorting

SteamWizard is provided "AS IS" without WARRANTY OF ANY KIND, use it at your own risk

SteamWizard is provided by CS:GO Zone (csgozone.net) and Metjm (metjm.net)

Official Steam Group: http://steamcommunity.com/groups/steam_wizard                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SteamWizard SteamWizard
ID kojolejmgolbhakghocbgjemjgbmcjig
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/steamwizard/kojolejmgolbhakghocbgjemjgbmcjig
คำอธิบาย SteamWizard is a browser extension that helps loading additional information for CS:GO items on the steam community market.
ขนาดไฟล์ 1.24 MB
จำนวนการติดตั้ง 40,000
เวอร์ชันปัจจุบัน 2.4.8
อัปเดตครั้งล่าสุด 2019-03-11
วันที่เผยแพร่ 2019-03-10
คะแนน 3.88/5 รวมทั้งหมด 644 คะแนน
ผู้พัฒนา end
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SteamWizard",
    "short_name": "SW",
    "description": "SteamWizard is a browser extension that helps loading additional information for CS:GO items on the steam community market.",
    "version": "2.4.8",
    "icons": {
        "16": "images\/logo_64.png",
        "48": "images\/logo_192.png",
        "128": "images\/logo_512.png"
    },
    "browser_action": {
        "default_icon": "images\/logo_192.png",
        "default_title": "Options",
        "default_popup": "html\/background\/popup.html"
    },
    "permissions": [
        "*:\/\/steamcommunity.com\/*",
        "notifications"
    ],
    "background": {
        "scripts": [
            "js\/lib\/jquery-3.0.0.min.js",
            "js\/lib\/zlib.min.js",
            "js\/lib\/require.js",
            "js\/background\/config.js",
            "js\/background\/background.js"
        ],
        "persistant": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/steamcommunity.com\/tradeoffer\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/lib\/jquery-3.0.0.min.js",
                "js\/lib\/require.js",
                "js\/content_script\/config.js",
                "js\/content_script\/trade.js"
            ],
            "css": [
                "css\/trade.css"
            ]
        },
        {
            "matches": [
                "*:\/\/steamcommunity.com\/market\/listings\/730\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/lib\/jquery-3.0.0.min.js",
                "js\/lib\/require.js",
                "js\/content_script\/config.js",
                "js\/content_script\/market.js"
            ],
            "css": [
                "css\/market.css"
            ]
        },
        {
            "matches": [
                "*:\/\/steamcommunity.com\/market",
                "*:\/\/steamcommunity.com\/market\/"
            ],
            "run_at": "document_end",
            "js": [
                "js\/lib\/jquery-3.0.0.min.js",
                "js\/lib\/require.js",
                "js\/content_script\/config.js",
                "js\/content_script\/market-main.js"
            ],
            "css": [
                "css\/market-main.css"
            ]
        },
        {
            "matches": [
                "*:\/\/steamcommunity.com\/id\/*\/tradeoffers*",
                "*:\/\/steamcommunity.com\/id\/*\/tradeoffers\/",
                "*:\/\/steamcommunity.com\/id\/*\/tradeoffers\/sent",
                "*:\/\/steamcommunity.com\/id\/*\/tradeoffers\/sent\/",
                "*:\/\/steamcommunity.com\/profiles\/*\/tradeoffer",
                "*:\/\/steamcommunity.com\/profiles\/*\/tradeoffer\/",
                "*:\/\/steamcommunity.com\/profiles\/*\/tradeoffers\/sent",
                "*:\/\/steamcommunity.com\/profiles\/*\/tradeoffers\/sent\/"
            ],
            "run_at": "document_end",
            "js": [
                "js\/lib\/jquery-3.0.0.min.js",
                "js\/lib\/require.js"
            ],
            "css": [
                "css\/trade.css"
            ]
        },
        {
            "matches": [
                "*:\/\/steamcommunity.com\/id\/*\/inventory*",
                "*:\/\/steamcommunity.com\/profiles\/*\/inventory*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/lib\/jquery-3.0.0.min.js",
                "js\/lib\/jquery.mCustomScrollbar.concat.min.js",
                "js\/lib\/require.js",
                "js\/content_script\/config.js",
                "js\/content_script\/inventory.js"
            ],
            "css": [
                "css\/lib\/jquery.mCustomScrollbar.css",
                "css\/inventory.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/*",
        "images\/*",
        "css\/*",
        "html\/*",
        "font\/*"
    ]
}