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.是由14k开发的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.…”。
扩展截图
下载Search items between steam friends.扩展crx文件
下载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" ] } |