Steam Friends Enhancer
Improve steam friends experience
Steam Friends Enhancerคืออะไร?
Steam Friends Enhancer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ceifa และคุณลักษณะหลักของมันคือ "Improve steam friends experience"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Steam Friends Enhancer
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Steam Friends Enhancer |
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 |
อีเมล | [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*" ] } |