Steam Inventories Scanner

Scanner of steam friends

Steam Inventories Scannerとは何ですか?

Steam Inventories Scannerはhttps://siswork.ruによって開発されたChromeの拡張機能で、その主な機能は「Scanner of steam friends」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Steam Inventories Scanner拡張機能のCRXファイルをダウンロード

Steam Inventories Scanner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

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

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

拡張機能の基本情報

名前 Steam Inventories Scanner Steam Inventories Scanner
ID blmdgifoaamcpidfbfldnaeeopndaboc
公式URL https://chromewebstore.google.com/detail/steam-inventories-scanner/blmdgifoaamcpidfbfldnaeeopndaboc
説明 Scanner of steam friends
ファイルサイズ 1.16 MB
インストール数 134
現在のバージョン 1.4
最終更新日 2021-08-30
公開日 2021-03-31
評価 5.00/5 合計 2 レビュー
開発者 https://siswork.ru
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://siswork.ru
プライバシーポリシーページのURL https://siswork.ru/privacy_policy.html
対応言語 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": [
        "*"
    ]
}