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 |
| 官方網址 | 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"
]
} | |