Steam Inventories Scanner

Scanner of steam friends

Steam Inventories Scanner là gì?

Steam Inventories Scanner là một tiện ích mở rộng Chrome được phát triển bởi https://siswork.ru, và tính năng chính của nó là "Scanner of steam friends".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Steam Inventories Scanner

Tải xuống các tệp mở rộng Steam Inventories Scanner dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

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

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Steam Inventories Scanner Steam Inventories Scanner
ID blmdgifoaamcpidfbfldnaeeopndaboc
URL Chính Thức https://chromewebstore.google.com/detail/steam-inventories-scanner/blmdgifoaamcpidfbfldnaeeopndaboc
Mô tả Scanner of steam friends
Kích Thước Tệp 1.16 MB
Số Lần Cài Đặt 134
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2021-08-30
Ngày Phát Hành 2021-03-31
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://siswork.ru
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://siswork.ru
URL Trang Chính Sách Bảo Mật https://siswork.ru/privacy_policy.html
Ngôn Ngữ Được Hỗ Trợ 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": [
        "*"
    ]
}