SteamBulkSellExtension

Help Bulk Sell Items on Steam

SteamBulkSellExtension란 무엇입니까?

SteamBulkSellExtension은(는) ibanezmtm1에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Help Bulk Sell Items on Steam"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

SteamBulkSellExtension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
            ]
        }
    ]
}