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

Co to jest Search items between steam friends.?

Search items between steam friends. to rozszerzenie Chrome opracowane przez 14k, a jego główną funkcją jest „This extension allows to find items you looking for in all steam friends inventories on the same time. (On Steam friends page e.g.…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Search items between steam friends.

Pobierz pliki rozszerzeń Search items between steam friends. w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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)                    

Podstawowe informacje o rozszerzeniu

Nazwa Search items between steam friends. Search items between steam friends.
ID ajlddciniccidokpjhppahkoefohkchg
Oficjalny URL https://chrome.google.com/webstore/detail/search-items-between-stea/ajlddciniccidokpjhppahkoefohkchg
Opis This extension allows to find items you looking for in all steam friends inventories on the same time. (On Steam friends page e.g.…
Rozmiar pliku 151 KB
Liczba instalacji 9,864
Aktualna Wersja 1.3.10
Ostatnia Aktualizacja 2022-04-23
Data Publikacji 2018-07-07
Ocena 3.86/5 Łącznie 118 Oceny
Deweloper 14k
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://steamcommunity.com/id/xozyain
Obsługiwane Języki 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"
    ]
}