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.”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| 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"
]
} | |