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 هو إضافة Chrome تم تطويرها بواسطة ZeroUnderscoreOu، والميزة الرئيسية لها هي "Filter for friends' activity in Steam. Allows to load activity for selected days and display needed part of it.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Steam Activity Filter
قم بتنزيل ملفات الامتداد Steam Activity Filter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Steam Activity Filter |
ID | hcldbiknhbfgchhdohoebedmmolifhmf |
عنوان URL الرسمي | 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/ |
عنوان صفحة المساعدة | 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" ] } |