SteamBulkSellExtension

Help Bulk Sell Items on Steam

SteamBulkSellExtension là gì?

SteamBulkSellExtension là một tiện ích mở rộng Chrome được phát triển bởi ibanezmtm1, và tính năng chính của nó là "Help Bulk Sell Items on Steam".

Ả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 SteamBulkSellExtension

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

                        The "SteamBulkSellExtension" extension is the perfect solution for anyone looking to sell bulk items on Steam for Counter-Strike quickly and easily. With just a few clicks, you can link your items directly to the bulk sell page on Steam, which is not accessible through Steam's main interface.

Selling your items has never been faster or more convenient. The extension provides a streamlined experience that saves you time and hassle. Whether you're a seasoned trader or just looking to make a few quick sales, "Sell on Steam Fast" is the tool you need to get the job done.

With this extension, you can say goodbye to the tedious process of selling items one-by-one on Steam. Instead, you can sell all of your items at once and get back to playing the game you love. So why wait? Try "Sell on Steam Fast" today and start selling your items with ease!                    

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

Tên SteamBulkSellExtension SteamBulkSellExtension
ID aeabohplpjbhphgfcddialhdbpkmjdnd
URL Chính Thức https://chromewebstore.google.com/detail/steambulksellextension/aeabohplpjbhphgfcddialhdbpkmjdnd
Mô tả Help Bulk Sell Items on Steam
Kích Thước Tệp 25.48 KB
Số Lần Cài Đặt 227
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-04-26
Ngày Phát Hành 2023-04-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ibanezmtm1
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SteamBulkSellExtension",
    "description": "Help Bulk Sell Items on Steam",
    "version": "1.0",
    "icons": {
        "16": "\/images\/primaryBlueLogo.png",
        "48": "\/images\/primaryBlueLogo.png",
        "128": "\/images\/primaryBlueLogo.png"
    },
    "action": {
        "default_title": "Steam Bulk Sell Extension"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/steamcommunity.com\/profiles\/*\/inventory",
                "https:\/\/steamcommunity.com\/profiles\/*\/inventory\/"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "app.js"
            ]
        }
    ]
}