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 je Search items between steam friends.?

Search items between steam friends. je rozšíření Chrome vyvinuté 14k, a jeho hlavní funkcí je „This extension allows to find items you looking for in all steam friends inventories on the same time. (On Steam friends page e.g.…“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Search items between steam friends.

Stáhněte si soubory rozšíření Search items between steam friends. ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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)                    

Základní Informace o Rozšíření

Název Search items between steam friends. Search items between steam friends.
ID ajlddciniccidokpjhppahkoefohkchg
Oficiální URL https://chrome.google.com/webstore/detail/search-items-between-stea/ajlddciniccidokpjhppahkoefohkchg
Popis This extension allows to find items you looking for in all steam friends inventories on the same time. (On Steam friends page e.g.…
Velikost souboru 151 KB
Počet instalací 9,864
Aktuální Verze 1.3.10
Poslední Aktualizace 2022-04-23
Datum Vydání 2018-07-07
Hodnocení 3.86/5 Celkem 118 Hodnocení
Vývojář 14k
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://steamcommunity.com/id/xozyain
Podporované Jazyky 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"
    ]
}