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.…
Wat is Search items between steam friends.?
Search items between steam friends. is een Chrome-extensie ontwikkeld door 14k, en de belangrijkste functie 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.…".
Extensie Screenshots
Download het CRX-bestand van de extensie Search items between steam friends.
Download Search items between steam friends.-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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)
Basisinformatie over de Extensie
Naam | |
ID | ajlddciniccidokpjhppahkoefohkchg |
Officiële URL | https://chrome.google.com/webstore/detail/search-items-between-stea/ajlddciniccidokpjhppahkoefohkchg |
Beschrijving | This extension allows to find items you looking for in all steam friends inventories on the same time. (On Steam friends page e.g.… |
Bestandsgrootte | 151 KB |
Aantal Installaties | 9,864 |
Huidige Versie | 1.3.10 |
Laatst Bijgewerkt | 2022-04-23 |
Publicatiedatum | 2018-07-07 |
Beoordeling | 3.86/5 Totaal 118 Beoordelingen |
Ontwikkelaar | 14k |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://steamcommunity.com/id/xozyain |
Ondersteunde Talen | 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" ] } |