Steam Activity Filter
Filter for friends' activity in Steam. Allows to load activity for selected days and display needed part of it.
What is Steam Activity Filter?
Steam Activity Filter is a Chrome extension developed by ZeroUnderscoreOu, and its main feature is "Filter for friends' activity in Steam. Allows to load activity for selected days and display needed part of it.".
Extension Screenshots
Download Steam Activity Filter Extension CRX File
Download Steam Activity Filter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Steam Activity Filter |
ID | hcldbiknhbfgchhdohoebedmmolifhmf |
Official URL | https://chromewebstore.google.com/detail/steam-activity-filter/hcldbiknhbfgchhdohoebedmmolifhmf |
Description | Filter for friends' activity in Steam. Allows to load activity for selected days and display needed part of it. |
File Size | 33.43 KB |
Installation Count | 348 |
Current Version | 1.4.0 |
Last Updated | 2016-05-16 |
Publish Date | 2016-05-16 |
Rating | 5.00/5 Total 3 Ratings |
Developer | ZeroUnderscoreOu |
Payment Type | free |
Extension Website | http://steamcommunity.com/groups/0_oWassup/ |
Help Page URL | http://steamcommunity.com/groups/0_oWassup/discussions/3/ |
Supported Languages | 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" ] } |