Steam Activity Filter

Filter for friends' activity in Steam. Allows to load activity for selected days and display needed part of it.

Qu'est-ce que Steam Activity Filter ?

Steam Activity Filter est une extension Chrome développée par ZeroUnderscoreOu, et sa fonction principale est "Filter for friends' activity in Steam. Allows to load activity for selected days and display needed part of it.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Steam Activity Filter

Téléchargez les fichiers d'extension Steam Activity Filter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Steam Activity Filter Steam Activity Filter
ID hcldbiknhbfgchhdohoebedmmolifhmf
URL Officiel 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.
Taille du Fichier 33.43 KB
Nombre d'Installations 348
Version Actuelle 1.4.0
Dernière Mise à Jour 2016-05-16
Date de Publication 2016-05-16
Évaluation 5.00/5 Total 3 Évaluations
Développeur ZeroUnderscoreOu
Type de Paiement free
Site Web de l'Extension http://steamcommunity.com/groups/0_oWassup/
URL de la Page d'Aide http://steamcommunity.com/groups/0_oWassup/discussions/3/
Langues Prises en Charge 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"
    ]
}