Steam Inventories Scanner

Scanner of steam friends

Qu'est-ce que Steam Inventories Scanner ?

Steam Inventories Scanner est une extension Chrome développée par https://siswork.ru, et sa fonction principale est "Scanner of steam friends".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Steam Inventories Scanner

Téléchargez les fichiers d'extension Steam Inventories Scanner au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

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

Informations de Base sur l'Extension

Nom Steam Inventories Scanner Steam Inventories Scanner
ID blmdgifoaamcpidfbfldnaeeopndaboc
URL Officiel https://chromewebstore.google.com/detail/steam-inventories-scanner/blmdgifoaamcpidfbfldnaeeopndaboc
Description Scanner of steam friends
Taille du Fichier 1.16 MB
Nombre d'Installations 134
Version Actuelle 1.4
Dernière Mise à Jour 2021-08-30
Date de Publication 2021-03-31
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://siswork.ru
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://siswork.ru
URL de la Page de Politique de Confidentialité https://siswork.ru/privacy_policy.html
Langues Prises en Charge 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": [
        "*"
    ]
}