Steam Activity Filter
Filter for friends' activity in Steam. Allows to load activity for selected days and display needed part of it.
Steam Activity Filterคืออะไร?
Steam Activity Filter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ZeroUnderscoreOu และคุณลักษณะหลักของมันคือ "Filter for friends' activity in Steam. Allows to load activity for selected days and display needed part of it."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Steam Activity Filter
ดาวน์โหลดไฟล์ส่วนขยาย Steam Activity Filter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Now you don't have to scroll each day through whole Steam friends' activity looking for a particular event - filter activity for any day for any player or group and display only what you're interested in.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Steam Activity Filter |
ID | hcldbiknhbfgchhdohoebedmmolifhmf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/steam-activity-filter/hcldbiknhbfgchhdohoebedmmolifhmf |
คำอธิบาย | Filter for friends' activity in Steam. Allows to load activity for selected days and display needed part of it. |
ขนาดไฟล์ | 33.43 KB |
จำนวนการติดตั้ง | 348 |
เวอร์ชันปัจจุบัน | 1.4.0 |
อัปเดตครั้งล่าสุด | 2016-05-16 |
วันที่เผยแพร่ | 2016-05-16 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | ZeroUnderscoreOu |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://steamcommunity.com/groups/0_oWassup/ |
URL หน้าช่วยเหลือ | http://steamcommunity.com/groups/0_oWassup/discussions/3/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Steam Activity Filter", "short_name": "SAF", "author": "ZeroUnderscoreOu", "version": "1.4.0", "homepage_url": "http:\/\/steamcommunity.com\/groups\/0_oWassup\/discussions\/3\/", "icons": { "16": "Logo16.png", "48": "Logo48.png", "128": "Logo128.png" }, "applications": { "gecko": { "id": "@SteamActivityFilter" } }, "description": "Filter for friends' activity in Steam. Allows to load activity for selected days and display needed part of it.", "content_scripts": [ { "matches": [ "*:\/\/steamcommunity.com\/*\/home*" ], "js": [ "data\/Index.js" ] } ], "web_accessible_resources": [ "data\/SteamActivityFilter.js" ] } |