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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}