Search items in steam groups.
This extension allows to find items you looking for in Steam group members inventories. (On Steam group members page e.g.…
Search items in steam groups.คืออะไร?
Search items in steam groups. เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 14k และคุณลักษณะหลักของมันคือ "This extension allows to find items you looking for in Steam group members inventories. (On Steam group members page e.g.…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search items in steam groups.
ดาวน์โหลดไฟล์ส่วนขยาย Search items in steam groups. ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows to find items you looking for in Steam group members inventories. (On Steam group members page e.g. https://steamcommunity.com/groups/dota2lounge#members) Extension allows filtering results like: Quality - Unique, Limited, Genuine, Vintage, Unusual, Heroic, etc.. Status - Tradable, Marketable, Gifted, Crafted, Clean, Renamed, etc... Rarity - Common, Uncommon, Rare, Mythical, Legendary, etc... Hero - Sven, Ursa, Drow Ranger, Omniknight (:D), Witch Doctor, etc... Type - Craft item, Weapon, Building, Tool, Cosmetic, etc... Class - Demoman, Scout, Pyro, Spy, Sniper, etc... And many more... How To: Find appid and contextid for game items you looking for. 1. Open any inventory in chrome. 2. Select game inventory that you need. (for example, "Steam" inventory) 3. Choose items category if you need to. (for example, "Coupons") 4. Refresh or open now steam group members page in chrome. 5. Thats it. Now extension grab updated ids and show them up in input boxes. You can now load inventories and search items you looking for. In my opinion, steam trading system lack of such a functionality. Changelog: https://github.com/forever14k/Steam-item-search-in-groups
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cknbgccobipnhmjemjdgocpdhfflenac |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/search-items-in-steam-gro/cknbgccobipnhmjemjdgocpdhfflenac |
คำอธิบาย | This extension allows to find items you looking for in Steam group members inventories. (On Steam group members page e.g.… |
ขนาดไฟล์ | 149 KB |
จำนวนการติดตั้ง | 6,750 |
เวอร์ชันปัจจุบัน | 1.3.4 |
อัปเดตครั้งล่าสุด | 2020-05-19 |
วันที่เผยแพร่ | 2020-05-19 |
คะแนน | 3.69/5 รวมทั้งหมด 54 คะแนน |
ผู้พัฒนา | 14k |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://steamcommunity.com/id/xozyain |
ภาษาที่รองรับ | en |
manifest.json | |
{ "name": "Search items in steam groups.", "version": "1.3.4", "content_scripts": [ { "css": [ "css\/app.css" ], "js": [ "js\/app.js" ], "matches": [ "https:\/\/steamcommunity.com\/groups\/*" ] } ], "icons": { "16": "static\/img\/icon16.png", "48": "static\/img\/icon48.png", "128": "static\/img\/icon128.png" }, "manifest_version": 2, "permissions": [ "https:\/\/steamcommunity.com\/groups\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "css\/app.css", "js\/app.js", "static\/img\/icon128.png", "static\/img\/icon16.png", "static\/img\/icon48.png" ] } |