LOT INVENTORY STEAM

LIS is your assistant in the Steam world, with an automatic sale mode for items.

LOT INVENTORY STEAM क्या है?

LOT INVENTORY STEAM LISteam द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "LIS is your assistant in the Steam world, with an automatic sale mode for items."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LOT INVENTORY STEAM एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        LIS is your assistant in the Steam world. It has an automatic sale of items. It will help speed up and make it easier for you to perform various functions and tasks on the Steam platform. If you sell items on the trading platform, then it will be very useful for you.

You can:
* Convenient functionality for viewing incoming and outgoing trades;
* Reject trade offers;
* Browse your liked products in your favorites;
* The ability to quickly see if you have a trade ban on Steam;
* View the latest news

Now we are only developing this extension, please be understanding. Our team is constantly improving the expansion, we will try together with you to make it even better and more functional/useful. If you have any practical suggestions, please write to us [email protected], we are always happy to answer. Our group is on Steam, https://steamcommunity.com/groups/LotInventorySteam. Let's develop it together!                    

एक्सटेंशन की मूल जानकारी

नाम LOT INVENTORY STEAM LOT INVENTORY STEAM
ID nblgfphnkedoldhmolpdpfijjgdpappg
आधिकारिक URL https://chrome.google.com/webstore/detail/lot-inventory-steam/nblgfphnkedoldhmolpdpfijjgdpappg
विवरण LIS is your assistant in the Steam world, with an automatic sale mode for items.
फ़ाइल का आकार 1.5 MB
स्थापना संख्या 2,662
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2020-06-24
प्रकाशन तिथि 2020-06-24
रेटिंग 4.00/5 कुल 4 रेटिंग्स
डेवलपर LISteam
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://listeam.co/
सहायता पृष्ठ URL https://listeam.co/support/
गोपनीयता नीति पृष्ठ URL https://listeam.co/privacy-policy
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_chrome_extension_name__",
    "short_name": "__MSG_chrome_extension_short_name__",
    "version": "1.0.6",
    "description": "__MSG_chrome_extension_description__",
    "author": "listeam.co",
    "default_locale": "en",
    "web_accessible_resources": [
        "_locales\/*",
        "img\/*",
        "js\/*",
        "css\/*"
    ],
    "icons": {
        "16": "img\/logo-lg16.png",
        "48": "img\/logo-lg48.png",
        "128": "img\/logo-lg.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/logo-lg16.png",
            "48": "img\/logo-lg48.png",
            "128": "img\/logo-lg.png"
        },
        "default_popup": "html\/default_popup.html",
        "default_title": "LIS"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "html\/settings.html"
    },
    "permissions": [
        "notifications",
        "alarms",
        "storage",
        "cookies",
        "background",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/steamcommunity.com\/*",
        "https:\/\/api.steampowered.com\/*",
        "https:\/\/skinkeen.ru\/*"
    ],
    "content_scripts": [
        {
            "css": [
                "css\/profile.css"
            ],
            "js": [
                "js\/profile.js"
            ],
            "matches": [
                "https:\/\/steamcommunity.com\/profiles\/*",
                "https:\/\/steamcommunity.com\/id\/*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "css\/inventory.css"
            ],
            "js": [
                "js\/inventory.js"
            ],
            "matches": [
                "https:\/\/steamcommunity.com\/profiles\/*\/inventory\/",
                "https:\/\/steamcommunity.com\/id\/*\/inventory\/"
            ],
            "run_at": "document_end"
        }
    ]
}