Search items between steam friends.
This extension allows to find items you looking for in all steam friends inventories on the same time. (On Steam friends page e.g.…
ما هو Search items between steam friends.؟
Search items between steam friends. هو إضافة Chrome تم تطويرها بواسطة 14k، والميزة الرئيسية لها هي "This extension allows to find items you looking for in all steam friends inventories on the same time. (On Steam friends page e.g.…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Search items between steam friends.
قم بتنزيل ملفات الامتداد Search items between steam friends. بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension allows to find items you looking for in all steam friends inventories on the same time. (On Steam friends page e.g. https://steamcommunity.com/my/friends)
معلومات أساسية عن التمديد
الاسم | |
ID | ajlddciniccidokpjhppahkoefohkchg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/search-items-between-stea/ajlddciniccidokpjhppahkoefohkchg |
الوصف | This extension allows to find items you looking for in all steam friends inventories on the same time. (On Steam friends page e.g.… |
حجم الملف | 151 KB |
عدد التثبيتات | 9,864 |
النسخة الحالية | 1.3.10 |
آخر تحديث | 2022-04-23 |
تاريخ النشر | 2018-07-07 |
تقييم | 3.86/5 مجموع تقييمات 118 |
المطور | 14k |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://steamcommunity.com/id/xozyain |
اللغات المدعومة | en |
manifest.json | |
{ "name": "Search items between steam friends.", "version": "1.3.10", "content_scripts": [ { "css": [ "css\/app.css" ], "js": [ "js\/app.js" ], "matches": [ "https:\/\/steamcommunity.com\/*\/friends*", "https:\/\/steamcommunity.com\/*\/following*" ] } ], "icons": { "16": "static\/img\/icon16.png", "48": "static\/img\/icon48.png", "128": "static\/img\/icon128.png" }, "manifest_version": 2, "permissions": [ "https:\/\/steamcommunity.com\/*\/friends*", "https:\/\/steamcommunity.com\/*\/following*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "css\/app.css", "js\/app.js", "static\/img\/icon128.png", "static\/img\/icon16.png", "static\/img\/icon48.png" ] } |