SteamBulkSellExtension
Help Bulk Sell Items on Steam
SteamBulkSellExtension क्या है?
SteamBulkSellExtension ibanezmtm1 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Help Bulk Sell Items on Steam"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SteamBulkSellExtension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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!
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } ] } |