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 |
| 公式URL | 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 |
| Eメール | [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*"
]
} | |