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. เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 14k และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search items between steam friends.

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}