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 là gì?
Steam Activity Filter là một tiện ích mở rộng Chrome được phát triển bởi ZeroUnderscoreOu, và tính năng chính của nó là "Filter for friends' activity in Steam. Allows to load activity for selected days and display needed part of it.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Steam Activity Filter
Tải xuống các tệp mở rộng Steam Activity Filter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Steam Activity Filter |
ID | hcldbiknhbfgchhdohoebedmmolifhmf |
URL Chính Thức | https://chromewebstore.google.com/detail/steam-activity-filter/hcldbiknhbfgchhdohoebedmmolifhmf |
Mô tả | Filter for friends' activity in Steam. Allows to load activity for selected days and display needed part of it. |
Kích Thước Tệp | 33.43 KB |
Số Lần Cài Đặt | 348 |
Phiên Bản Hiện Tại | 1.4.0 |
Cập Nhật Lần Cuối | 2016-05-16 |
Ngày Phát Hành | 2016-05-16 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | ZeroUnderscoreOu |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://steamcommunity.com/groups/0_oWassup/ |
URL Trang Trợ Giúp | http://steamcommunity.com/groups/0_oWassup/discussions/3/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |