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. là gì?

Search items between steam friends. là một tiện ích mở rộng Chrome được phát triển bởi 14k, và tính năng chính của nó là "This extension allows to find items you looking for in all steam friends inventories on the same time. (On Steam friends page e.g.…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Search items between steam friends.

Tải xuống các tệp mở rộng Search items between steam friends. dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Search items between steam friends. Search items between steam friends.
ID ajlddciniccidokpjhppahkoefohkchg
URL Chính Thức https://chrome.google.com/webstore/detail/search-items-between-stea/ajlddciniccidokpjhppahkoefohkchg
Mô tả This extension allows to find items you looking for in all steam friends inventories on the same time. (On Steam friends page e.g.…
Kích Thước Tệp 151 KB
Số Lần Cài Đặt 9,864
Phiên Bản Hiện Tại 1.3.10
Cập Nhật Lần Cuối 2022-04-23
Ngày Phát Hành 2018-07-07
Đánh Giá 3.86/5 Tổng số 118 Đánh Giá
Nhà Phát Triển 14k
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://steamcommunity.com/id/xozyain
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}