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.…
¿Qué es Search items between steam friends.?
Search items between steam friends. es una extensión de Chrome desarrollada por 14k, y su función principal es "This extension allows to find items you looking for in all steam friends inventories on the same time. (On Steam friends page e.g.…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Search items between steam friends.
Descarga archivos de extensión Search items between steam friends. en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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)
Información Básica de la Extensión
Nombre | |
ID | ajlddciniccidokpjhppahkoefohkchg |
URL Oficial | https://chrome.google.com/webstore/detail/search-items-between-stea/ajlddciniccidokpjhppahkoefohkchg |
Descripción | This extension allows to find items you looking for in all steam friends inventories on the same time. (On Steam friends page e.g.… |
Tamaño del Archivo | 151 KB |
Cantidad de Instalaciones | 9,864 |
Versión Actual | 1.3.10 |
Última Actualización | 2022-04-23 |
Fecha de Publicación | 2018-07-07 |
Calificación | 3.86/5 Total de 118 Calificaciones |
Desarrollador | 14k |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://steamcommunity.com/id/xozyain |
Idiomas Soportados | 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" ] } |