Steam Activity Filter
Filter for friends' activity in Steam. Allows to load activity for selected days and display needed part of it.
Co to jest Steam Activity Filter?
Steam Activity Filter to rozszerzenie Chrome opracowane przez ZeroUnderscoreOu, a jego główną funkcją jest „Filter for friends' activity in Steam. Allows to load activity for selected days and display needed part of it.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Steam Activity Filter
Pobierz pliki rozszerzeń Steam Activity Filter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Steam Activity Filter |
ID | hcldbiknhbfgchhdohoebedmmolifhmf |
Oficjalny URL | https://chromewebstore.google.com/detail/steam-activity-filter/hcldbiknhbfgchhdohoebedmmolifhmf |
Opis | Filter for friends' activity in Steam. Allows to load activity for selected days and display needed part of it. |
Rozmiar pliku | 33.43 KB |
Liczba instalacji | 348 |
Aktualna Wersja | 1.4.0 |
Ostatnia Aktualizacja | 2016-05-16 |
Data Publikacji | 2016-05-16 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | ZeroUnderscoreOu |
Typ Płatności | free |
Strona Rozszerzenia | http://steamcommunity.com/groups/0_oWassup/ |
Adres URL Strony Pomocy | http://steamcommunity.com/groups/0_oWassup/discussions/3/ |
Obsługiwane Języki | 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" ] } |