Steam Friends Enhancer
Improve steam friends experience
什麼是Steam Friends Enhancer?
Steam Friends Enhancer是由ceifa開發的Chrome擴展程式,該擴展的主要功能是“Improve steam friends experience”。
擴展截圖
下載Steam Friends Enhancer擴展crx文件
下載Steam Friends Enhancer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension help you to manager your steam friends list. The current features available are:
- Send mass comments to your friends
- Select friends by offline time 擴展基本資訊
| 名稱 | |
| ID | homplpaldlodpgkcilfgcbfoaolbmplm |
| 官方網址 | https://chromewebstore.google.com/detail/steam-friends-enhancer/homplpaldlodpgkcilfgcbfoaolbmplm |
| 簡介 | Improve steam friends experience |
| 檔案大小 | 18.83 KB |
| 安裝次數 | 2,167 |
| 目前版本 | 0.0.5 |
| 更新時間 | 2022-03-16 |
| 上架時間 | 2020-07-12 |
| 評分 | 4.00/5 共 19 次評分 |
| 開發者 | ceifa |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/ceifa/steam-friends-enhancer |
| 說明頁面URL | https://github.com/ceifa/steam-friends-enhancer/issues |
| 隱私政策頁面URL | https://www.freeprivacypolicy.com/live/654d7c06-96a8-48b8-b523-522a546877ba |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Steam Friends Enhancer",
"version": "0.0.5",
"manifest_version": 2,
"description": "Improve steam friends experience",
"icons": {
"128": ".\/static\/icon-128px.png"
},
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"*:\/\/steamcommunity.com\/*\/*\/friends*"
],
"js": [
".\/js\/content.js"
]
}
],
"background": {
"scripts": [
"\/js\/background.js"
],
"persistent": false
},
"web_accessible_resources": [
"\/js\/injected.js"
],
"permissions": [
"*:\/\/steamcommunity.com\/*\/*\/friends*"
]
} | |