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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" ] } |