Steam Inventories Scanner

Scanner of steam friends

Cos'è Steam Inventories Scanner?

Steam Inventories Scanner è un'estensione di Chrome sviluppata da https://siswork.ru, e la sua funzione principale è "Scanner of steam friends".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Steam Inventories Scanner

Scarica i file di estensione Steam Inventories Scanner 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

                        Это расширение позволяет сканировать стоимость инвентарей ваших друзей
(https://steamcommunity.com/my/friends) 

- Присутствует 3 кнопки: 
Start/Stop - Начало/Остановка сканирования.
Show/Hide - Показать/Скрыть результат сканирования.
Settings - Настройки сканирования.
- В настройках плагина можно выбрать множество интересующих игр для сканирования.
- Имеется фильтр "from $" - показ инвентаря той или игры, от желанной суммы.

Официальный сайт: https://siswork.ru
Официальный адрес электронной почты: [email protected]                    

Informazioni di Base sull'Estensione

Nome Steam Inventories Scanner Steam Inventories Scanner
ID blmdgifoaamcpidfbfldnaeeopndaboc
URL Ufficiale https://chromewebstore.google.com/detail/steam-inventories-scanner/blmdgifoaamcpidfbfldnaeeopndaboc
Descrizione Scanner of steam friends
Dimensione del File 1.16 MB
Conteggio Installazioni 134
Versione Corrente 1.4
Ultimo Aggiornamento 2021-08-30
Data di Pubblicazione 2021-03-31
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://siswork.ru
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://siswork.ru
URL della Pagina della Politica sulla Privacy https://siswork.ru/privacy_policy.html
Lingue Supportate ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Steam Inventories Scanner",
    "manifest_version": 2,
    "version": "1.4",
    "description": "Scanner of steam friends",
    "icons": {
        "16": ".\/logo\/16.png",
        "32": ".\/logo\/32.png",
        "48": ".\/logo\/48.png",
        "128": ".\/logo\/128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "app\/background.js"
        ]
    },
    "permissions": [
        "https:\/\/steamcommunity.com\/*\/*\/friends*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/steamcommunity.com\/*\/*\/friends*"
            ],
            "js": [
                "app\/xss\/friends\/index.js",
                "app\/xss\/friends\/actions\/button\/start.js",
                "app\/xss\/friends\/actions\/actions.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "*"
    ]
}