Steam Activity Filter
Filter for friends' activity in Steam. Allows to load activity for selected days and display needed part of it.
Cos'è Steam Activity Filter?
Steam Activity Filter è un'estensione di Chrome sviluppata da ZeroUnderscoreOu, e la sua funzione principale è "Filter for friends' activity in Steam. Allows to load activity for selected days and display needed part of it.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Steam Activity Filter
Scarica i file di estensione Steam Activity Filter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Steam Activity Filter |
ID | hcldbiknhbfgchhdohoebedmmolifhmf |
URL Ufficiale | https://chromewebstore.google.com/detail/steam-activity-filter/hcldbiknhbfgchhdohoebedmmolifhmf |
Descrizione | Filter for friends' activity in Steam. Allows to load activity for selected days and display needed part of it. |
Dimensione del File | 33.43 KB |
Conteggio Installazioni | 348 |
Versione Corrente | 1.4.0 |
Ultimo Aggiornamento | 2016-05-16 |
Data di Pubblicazione | 2016-05-16 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | ZeroUnderscoreOu |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://steamcommunity.com/groups/0_oWassup/ |
URL della Pagina di Aiuto | http://steamcommunity.com/groups/0_oWassup/discussions/3/ |
Lingue Supportate | 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" ] } |