Steam Activity Filter

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

Steam Activity Filterとは何ですか?

Steam Activity FilterはZeroUnderscoreOuによって開発されたChromeの拡張機能で、その主な機能は「Filter for friends' activity in Steam. Allows to load activity for selected days and display needed part of it.」です。

拡張機能のスクリーンショット

screenshot

Steam Activity Filter拡張機能のCRXファイルをダウンロード

Steam Activity Filter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Steam Activity Filter Steam Activity Filter
ID hcldbiknhbfgchhdohoebedmmolifhmf
公式URL https://chromewebstore.google.com/detail/steam-activity-filter/hcldbiknhbfgchhdohoebedmmolifhmf
説明 Filter for friends' activity in Steam. Allows to load activity for selected days and display needed part of it.
ファイルサイズ 33.43 KB
インストール数 348
現在のバージョン 1.4.0
最終更新日 2016-05-16
公開日 2016-05-16
評価 5.00/5 合計 3 レビュー
開発者 ZeroUnderscoreOu
支払い方法 free
拡張機能のウェブサイト http://steamcommunity.com/groups/0_oWassup/
ヘルプページのURL http://steamcommunity.com/groups/0_oWassup/discussions/3/
対応言語 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"
    ]
}