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"
    ]
}