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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://github.com/ceifa/steam-friends-enhancer/issues |
عنوان صفحة سياسة الخصوصية | 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*" ] } |