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

Cos'è Search items between steam friends.?

Search items between steam friends. è un'estensione di Chrome sviluppata da 14k, e la sua funzione principale è "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 dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Search items between steam friends.

Scarica i file di estensione Search items between steam friends. in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome Search items between steam friends. Search items between steam friends.
ID ajlddciniccidokpjhppahkoefohkchg
URL Ufficiale https://chrome.google.com/webstore/detail/search-items-between-stea/ajlddciniccidokpjhppahkoefohkchg
Descrizione This extension allows to find items you looking for in all steam friends inventories on the same time. (On Steam friends page e.g.…
Dimensione del File 151 KB
Conteggio Installazioni 9,864
Versione Corrente 1.3.10
Ultimo Aggiornamento 2022-04-23
Data di Pubblicazione 2018-07-07
Valutazione 3.86/5 Totale 118 Valutazioni
Sviluppatore 14k
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://steamcommunity.com/id/xozyain
Lingue Supportate 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"
    ]
}