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.…
Was ist Search items between steam friends.?
Search items between steam friends. ist eine Chrome-Erweiterung, die von 14k entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows to find items you looking for in all steam friends inventories on the same time. (On Steam friends page e.g.…".
Erweiterungsscreenshots
Search items between steam friends.-Erweiterungs-CRX-Datei herunterladen
Laden Sie Search items between steam friends.-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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)
Grundlegende Informationen zur Erweiterung
Name | |
ID | ajlddciniccidokpjhppahkoefohkchg |
Offizielle URL | https://chrome.google.com/webstore/detail/search-items-between-stea/ajlddciniccidokpjhppahkoefohkchg |
Beschreibung | This extension allows to find items you looking for in all steam friends inventories on the same time. (On Steam friends page e.g.… |
Dateigröße | 151 KB |
Installationsanzahl | 9,864 |
Aktuelle Version | 1.3.10 |
Letztes Update | 2022-04-23 |
Veröffentlichungsdatum | 2018-07-07 |
Bewertung | 3.86/5 Insgesamt 118 Bewertungen |
Entwickler | 14k |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://steamcommunity.com/id/xozyain |
Unterstützte Sprachen | 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" ] } |