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.…
What is Search items between steam friends.?
Search items between steam friends. is a Chrome extension developed by 14k, and its main feature is "This extension allows to find items you looking for in all steam friends inventories on the same time. (On Steam friends page e.g.…".
Extension Screenshots
Download Search items between steam friends. Extension CRX File
Download Search items between steam friends. extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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)
Extension Basic Information
Name | |
ID | ajlddciniccidokpjhppahkoefohkchg |
Official URL | https://chrome.google.com/webstore/detail/search-items-between-stea/ajlddciniccidokpjhppahkoefohkchg |
Description | This extension allows to find items you looking for in all steam friends inventories on the same time. (On Steam friends page e.g.… |
File Size | 151 KB |
Installation Count | 9,864 |
Current Version | 1.3.10 |
Last Updated | 2022-04-23 |
Publish Date | 2018-07-07 |
Rating | 3.86/5 Total 118 Ratings |
Developer | 14k |
[email protected] | |
Payment Type | free |
Extension Website | http://steamcommunity.com/id/xozyain |
Supported Languages | 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" ] } |