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'est-ce que Search items between steam friends. ?
Search items between steam friends. est une extension Chrome développée par 14k, et sa fonction principale est "This extension allows to find items you looking for in all steam friends inventories on the same time. (On Steam friends page e.g.…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Search items between steam friends.
Téléchargez les fichiers d'extension Search items between steam friends. au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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)
Informations de Base sur l'Extension
Nom | |
ID | ajlddciniccidokpjhppahkoefohkchg |
URL Officiel | 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.… |
Taille du Fichier | 151 KB |
Nombre d'Installations | 9,864 |
Version Actuelle | 1.3.10 |
Dernière Mise à Jour | 2022-04-23 |
Date de Publication | 2018-07-07 |
Évaluation | 3.86/5 Total 118 Évaluations |
Développeur | 14k |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://steamcommunity.com/id/xozyain |
Langues Prises en Charge | 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" ] } |