Steam Enchanter
Automating some actions for Level up your Steam account.
Steam Enchanterคืออะไร?
Steam Enchanter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BigTows และคุณลักษณะหลักของมันคือ "Automating some actions for Level up your Steam account."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Steam Enchanter
ดาวน์โหลดไฟล์ส่วนขยาย Steam Enchanter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is extension of Google Chrome browsers for Steam users. Automate processes for getting badges. Features: - Automated purchase of cards for not unlocked Badges. This feature allows you to scan your inventory and get the cheapest badges at Steam market place. (Demo at screenshot's)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Steam Enchanter |
ID | ddjjembcdeddfaebkemgchgfbabbkppl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/steam-enchanter/ddjjembcdeddfaebkemgchgfbabbkppl |
คำอธิบาย | Automating some actions for Level up your Steam account. |
ขนาดไฟล์ | 94.02 KB |
จำนวนการติดตั้ง | 143 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2022-08-29 |
วันที่เผยแพร่ | 2022-08-27 |
คะแนน | 4.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | BigTows |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/BigTows/Steam-Enchanter |
URL หน้าช่วยเหลือ | https://github.com/BigTows/Steam-Enchanter/issues |
ภาษาที่รองรับ | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Steam Enchanter", "description": "Automating some actions for Level up your Steam account.", "version": "1.1.0", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyPmdRVJ9XxGnV4qLbRm7pEM8kUzOa6MnJFJ43fstWn6wIktC6lWZ7Qz9oIyvGua9ytYSTaqsavQksPa8eBY8L9V+Hd6xOEap82SfT353N0P9M\/ZLQsG1X\/KtUijaoMxoPl5VNBz+h0tuVhNHFYjeFqtujTU1JrY+Dv4U0COQv4wiGUUfdh0QVIxLg\/ELK\/ltmM4xsIz6EehrowY6GGjQiT7PJPda6MwS0WaJeJa6HgvIAILISVDNMFD2CipiuHZjcxC3FQQGMabciNwiv5a3sY7wyum1zWUJb71DAJV3X0eqLuDXuCtoJm+O0HOFnhtVXeR9b4WtqYyOGk92yDuFmwIDAQAB", "action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/steamcommunity.com\/id\/*", "https:\/\/steamcommunity.com\/profiles\/*" ], "exclude_matches": [ "https:\/\/steamcommunity.com\/id\/*\/home*", "https:\/\/steamcommunity.com\/profiles\/*\/home*", "https:\/\/steamcommunity.com\/id\/*\/friends*", "https:\/\/steamcommunity.com\/profiles\/*\/friends*", "https:\/\/steamcommunity.com\/id\/*\/groups*", "https:\/\/steamcommunity.com\/profiles\/*\/groups*", "https:\/\/steamcommunity.com\/id\/*\/screenshots*", "https:\/\/steamcommunity.com\/profiles\/*\/screenshots*", "https:\/\/steamcommunity.com\/id\/*\/badges*", "https:\/\/steamcommunity.com\/profiles\/*\/badges*", "https:\/\/steamcommunity.com\/id\/*\/inventory*", "https:\/\/steamcommunity.com\/profiles\/*\/inventory*", "https:\/\/steamcommunity.com\/id\/*\/friends*", "https:\/\/steamcommunity.com\/profiles\/*\/friends*", "https:\/\/steamcommunity.com\/id\/*\/images*", "https:\/\/steamcommunity.com\/profiles\/*\/images*", "https:\/\/steamcommunity.com\/id\/*\/videos*", "https:\/\/steamcommunity.com\/profiles\/*\/videos*", "https:\/\/steamcommunity.com\/id\/*\/myworkshopfiles*", "https:\/\/steamcommunity.com\/profiles\/*\/myworkshopfiles*", "https:\/\/steamcommunity.com\/id\/*\/gamecards*", "https:\/\/steamcommunity.com\/profiles\/*\/gamecards*" ], "js": [ "js\/vendor.js", "js\/content_script.js" ] } ], "background": { "service_worker": "js\/background.js" }, "permissions": [], "host_permissions": [ "https:\/\/steamcardexchange.net\/api*", "https:\/\/www.steamcardexchange.net\/api*" ] } |