Steam Activity Filter
Filter for friends' activity in Steam. Allows to load activity for selected days and display needed part of it.
Was ist Steam Activity Filter?
Steam Activity Filter ist eine Chrome-Erweiterung, die von ZeroUnderscoreOu entwickelt wurde, und ihr Hauptmerkmal ist "Filter for friends' activity in Steam. Allows to load activity for selected days and display needed part of it.".
Erweiterungsscreenshots
Steam Activity Filter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Steam Activity Filter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Steam Activity Filter |
ID | hcldbiknhbfgchhdohoebedmmolifhmf |
Offizielle URL | https://chromewebstore.google.com/detail/steam-activity-filter/hcldbiknhbfgchhdohoebedmmolifhmf |
Beschreibung | Filter for friends' activity in Steam. Allows to load activity for selected days and display needed part of it. |
Dateigröße | 33.43 KB |
Installationsanzahl | 348 |
Aktuelle Version | 1.4.0 |
Letztes Update | 2016-05-16 |
Veröffentlichungsdatum | 2016-05-16 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | ZeroUnderscoreOu |
Zahlungsart | free |
Erweiterungswebsite | http://steamcommunity.com/groups/0_oWassup/ |
Hilfeseite URL | http://steamcommunity.com/groups/0_oWassup/discussions/3/ |
Unterstützte Sprachen | 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" ] } |