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.…

Apa itu Search items between steam friends.?

Search items between steam friends. adalah ekstensi Chrome yang dikembangkan oleh 14k, dan fitur utamanya adalah "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 Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Search items between steam friends.

Unduh file ekstensi Search items between steam friends. dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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)                    

Informasi Dasar Ekstensi

Nama Search items between steam friends. Search items between steam friends.
ID ajlddciniccidokpjhppahkoefohkchg
URL Resmi https://chrome.google.com/webstore/detail/search-items-between-stea/ajlddciniccidokpjhppahkoefohkchg
Deskripsi This extension allows to find items you looking for in all steam friends inventories on the same time. (On Steam friends page e.g.…
Ukuran File 151 KB
Jumlah Instalasi 9,864
Versi Saat Ini 1.3.10
Terakhir Diperbarui 2022-04-23
Tanggal Publikasi 2018-07-07
Penilaian 3.86/5 Total 118 Penilaian
Pengembang 14k
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://steamcommunity.com/id/xozyain
Bahasa yang Didukung 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"
    ]
}