Steam Extensions

有疑问来B站直播间:https://live.bilibili.com/22447482

Steam Extensions là gì?

Steam Extensions là một tiện ích mở rộng Chrome được phát triển bởi fenglaijun, và tính năng chính của nó là "有疑问来B站直播间:https://live.bilibili.com/22447482".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Steam Extensions 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

                        打开Steam消费历史页面并且点击底部的“加载更多交易”即可展示全部开箱数据统计;
同样操作也可以查看蒸汽平台的开箱统计;
统计出金:在库存历史一直加载更多,会自动统计出金的记录显示在右上角
选项:增加合并多账号数据设置                    

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

Tên Steam Extensions Steam Extensions
ID afheiigcbbalndmghbolcgchbfafindm
URL Chính Thức https://chromewebstore.google.com/detail/steam-extensions/afheiigcbbalndmghbolcgchbfafindm
Mô tả 有疑问来B站直播间:https://live.bilibili.com/22447482
Kích Thước Tệp 52.05 KB
Số Lần Cài Đặt 170
Phiên Bản Hiện Tại 1.2.6
Cập Nhật Lần Cuối 2022-08-13
Ngày Phát Hành 2020-08-23
Nhà Phát Triển fenglaijun
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/BinaryParadise/steam-extension
URL Trang Trợ Giúp https://github.com/BinaryParadise/steam-extension
Ngôn Ngữ Được Hỗ Trợ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Steam Extensions",
    "description": "\u6709\u7591\u95ee\u6765B\u7ad9\u76f4\u64ad\u95f4\uff1ahttps:\/\/live.bilibili.com\/22447482",
    "version": "1.2.6",
    "manifest_version": 2,
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "extension.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/store.steampowered.com\/account\/history\/*"
            ],
            "js": [
                "lib\/jquery-1.11.1.min.js",
                "lib\/bridge.js",
                "lib\/utils.js",
                "case.js"
            ],
            "css": [
                "css\/toolbox.css"
            ]
        },
        {
            "matches": [
                "*:\/\/steamcommunity.com\/profiles\/*\/inventoryhistory\/*"
            ],
            "js": [
                "lib\/jquery-1.11.1.min.js",
                "lib\/bridge.js",
                "lib\/utils.js",
                "golden.js"
            ],
            "css": [
                "css\/toolbox.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "*:\/\/store.steampowered.com\/account\/history\/*",
        "*:\/\/steamcommunity.com\/profiles\/*\/inventoryhistory\/*",
        "webRequest",
        "storage"
    ]
}