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.…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Search items between steam friends. 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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)                    

확장 프로그램 기본 정보

이름 Search items between steam friends. Search items between steam friends.
ID ajlddciniccidokpjhppahkoefohkchg
공식 URL 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"
    ]
}