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.…
Vad är Search items between steam friends.?
Search items between steam friends. är en Chrome-tillägg utvecklad av 14k, och dess huvudfunktion är "This extension allows to find items you looking for in all steam friends inventories on the same time. (On Steam friends page e.g.…".
Tilläggsskärmbilder
Ladda ner Search items between steam friends.-förlängningens CRX-fil
Ladda ner Search items between steam friends.-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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)
Grundläggande Information om Tillägg
Namn | |
ID | ajlddciniccidokpjhppahkoefohkchg |
Officiell webbadress | https://chrome.google.com/webstore/detail/search-items-between-stea/ajlddciniccidokpjhppahkoefohkchg |
Beskrivning | This extension allows to find items you looking for in all steam friends inventories on the same time. (On Steam friends page e.g.… |
Filstorlek | 151 KB |
Antal Installationer | 9,864 |
Aktuell Version | 1.3.10 |
Senast Uppdaterad | 2022-04-23 |
Publiceringsdatum | 2018-07-07 |
Betyg | 3.86/5 Totalt 118 Betyg |
Utvecklare | 14k |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://steamcommunity.com/id/xozyain |
Stödda Språk | 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" ] } |