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.…
什麼是Search items between steam friends.?
Search items between steam friends.是由14k開發的Chrome擴展程式,該擴展的主要功能是“This extension allows to find items you looking for in all steam friends inventories on the same time. (On Steam friends page e.g.…”。
擴展截圖
下載Search items between steam friends.擴展crx文件
下載Search items between steam friends.擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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)
擴展基本資訊
名稱 | |
ID | ajlddciniccidokpjhppahkoefohkchg |
官方網址 | https://chrome.google.com/webstore/detail/search-items-between-stea/ajlddciniccidokpjhppahkoefohkchg |
簡介 | This extension allows to find items you looking for in all steam friends inventories on the same time. (On Steam friends page e.g.… |
檔案大小 | 151 KB |
安裝次數 | 9,864 |
目前版本 | 1.3.10 |
更新時間 | 2022-04-23 |
上架時間 | 2018-07-07 |
評分 | 3.86/5 共 118 次評分 |
開發者 | 14k |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://steamcommunity.com/id/xozyain |
支援的語言 | 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" ] } |