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ファイルをダウンロード

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)                    

拡張機能の基本情報

名前 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
Eメール [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"
    ]
}