SteamBulkSellExtension

Help Bulk Sell Items on Steam

什麼是SteamBulkSellExtension?

SteamBulkSellExtension是由ibanezmtm1開發的Chrome擴展程式,該擴展的主要功能是“Help Bulk Sell Items on Steam”。

擴展截圖

screenshot
screenshot

下載SteamBulkSellExtension擴展crx文件

下載SteamBulkSellExtension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 SteamBulkSellExtension SteamBulkSellExtension
ID aeabohplpjbhphgfcddialhdbpkmjdnd
官方網址 https://chromewebstore.google.com/detail/steambulksellextension/aeabohplpjbhphgfcddialhdbpkmjdnd
簡介 Help Bulk Sell Items on Steam
檔案大小 25.48 KB
安裝次數 227
目前版本 1.0
更新時間 2023-04-26
上架時間 2023-04-26
評分 5.00/5 共 1 次評分
開發者 ibanezmtm1
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
            ]
        }
    ]
}